PxJacobianRow

Defined in include/extensions/PxContactJoint.h

struct PxJacobianRow

a joint that maintains an upper or lower bound (or both) on the distance between two points on different objects

See also

PxContactJointCreate PxJoint

Public Functions

inline PxJacobianRow()
inline PxJacobianRow(const PxVec3 &lin0, const PxVec3 &lin1, const PxVec3 &ang0, const PxVec3 &ang1)
inline void operator*=(const PxReal scale)
inline PxJacobianRow operator*(const PxReal scale) const

Public Members

PxVec3 linear0
PxVec3 linear1
PxVec3 angular0
PxVec3 angular1