pub unsafe extern "C" fn PxJoint_setActors_mut(
    self_: *mut PxJoint,
    actor0: *mut PxRigidActor,
    actor1: *mut PxRigidActor
)
Expand description

Set the actors for this joint.

An actor may be NULL to indicate the world frame. At most one of the actors may be NULL.