Choreonoid
1.8
|
All the members are described in the global coordinate system. More...
#include <Link.h>
Public Member Functions | |
ContactPoint (const Vector3 &position, const Vector3 &normal, const Vector3 &force, const Vector3 &velocity, double depth) | |
const Vector3 & | position () const |
const Vector3 & | normal () const |
The contact normal vector. The direction is from another object to this link. More... | |
const Vector3 & | force () const |
The contact force vector. The direction is from another object to this link. More... | |
const Vector3 & | velocity () const |
The relative velocity of the contact point on this link based on the other link. More... | |
double | depth () |
All the members are described in the global coordinate system.
|
inline |
|
inline |
|
inline |
The contact force vector. The direction is from another object to this link.
|
inline |
The contact normal vector. The direction is from another object to this link.
|
inline |
|
inline |
The relative velocity of the contact point on this link based on the other link.