#include <MeasureData.h>
Public Attributes | |
| const Vector3 * | point |
| The point at which the measurement will be taken. | |
| Vector3 | dir |
| The unit-vector direction of the measurement. | |
| Vector3 | dir_dot |
| The derivative of the measurement direction. | |
| RigidBodyPtr | rb1 |
| The first rigid body used in the measurement. | |
| RigidBodyPtr | rb2 |
| The second rigid body used in the measurement. | |
| ContactPtr | contact |
| A pointer to the relevant contact. | |
This class is used to encapsulate data for measurements used for global contact methods.
1.5.1