dart
|
Public Member Functions | |
RayHit () | |
Constructor. | |
Public Attributes | |
const CollisionObject * | mCollisionObject |
The collision object the ray hit. | |
Eigen::Vector3d | mPoint |
The hit point in the world coordinates. | |
double | mFraction |
The fraction from "from" point to "to" point. | |
Eigen::Vector3d | mNormal |
The normal at the hit point in the world coordinates. | |