ReactPhysics3D
v0.10.2
C++ Physics engine library
|
Structure RaycastTest. More...
#include <include/reactphysics3d/collision/RaycastInfo.h>
Public Member Functions | |
RaycastTest (RaycastCallback *callback) | |
Constructor. | |
decimal | raycastAgainstShape (Collider *shape, const Ray &ray) |
Ray cast test against a collider. | |
Public Attributes | |
RaycastCallback * | userCallback |
User callback class. | |
Structure RaycastTest.