struct CollisionPoint
Defined in:
The C4Node.h
CollisionPoint
structure contains basic information about a collision point.
Definition
struct CollisionPoint
Data Members
float param; |
The fractional distance between the beginning and ending positions where the collision occurred. |
Point3D position; |
The world-space point at which the collision occurred. |
Bivector3D normal; |
The world-space normal at the point of collision. |
See Also