-
-
Notifications
You must be signed in to change notification settings - Fork 255
Add get_point helper to RayCaster #968
Copy link
Copy link
Closed
Labels
A-Spatial-QueryRelates to spatial queries, such as ray casting, shape casting, and intersection testsRelates to spatial queries, such as ray casting, shape casting, and intersection testsC-FeatureA new feature, making something new possibleA new feature, making something new possibleD-TrivialNice and straightforward! A great choice to get started with AvianNice and straightforward! A great choice to get started with AvianS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Metadata
Metadata
Assignees
Labels
A-Spatial-QueryRelates to spatial queries, such as ray casting, shape casting, and intersection testsRelates to spatial queries, such as ray casting, shape casting, and intersection testsC-FeatureA new feature, making something new possibleA new feature, making something new possibleD-TrivialNice and straightforward! A great choice to get started with AvianNice and straightforward! A great choice to get started with AvianS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Type
Fields
Give feedbackNo fields configured for issues without a type.
Right now to get position users need to take origin, add direction and multiply by distance:
But it would be nice to have a helper like
Ray3d::get_point.