33 #ifndef DART_COLLISION_RAYCASTRESULT_HPP_ 34 #define DART_COLLISION_RAYCASTRESULT_HPP_ 37 #include <Eigen/Dense> 42 class CollisionObject;
70 std::vector<RayHit> mRayHits;
79 #endif // DART_COLLISION_RAYCASTRESULT_HPP_ const CollisionObject * mCollisionObject
The collision object the ray hit.
Definition: RaycastResult.hpp:47
Definition: Aspect.cpp:40
Definition: CollisionObject.hpp:43
Definition: RaycastResult.hpp:62
Definition: RaycastResult.hpp:44
Eigen::Vector3d mNormal
The normal at the hit point in the world coordinates.
Definition: RaycastResult.hpp:56
RayHit()
Constructor.
Definition: RaycastResult.cpp:39
double mFraction
The fraction from "from" point to "to" point.
Definition: RaycastResult.hpp:53
Eigen::Vector3d mPoint
The hit point in the world coordinates.
Definition: RaycastResult.hpp:50