pub unsafe extern "C" fn PxArticulationJointReducedCoordinate_setMotion_mut(
    self_: *mut PxArticulationJointReducedCoordinate,
    axis: PxArticulationAxis,
    motion: PxArticulationMotion
)
Expand description

Sets the joint motion for a given axis.

Setting the motion of joint axes is not allowed while the articulation is in a scene. In order to set the motion, remove and then re-add the articulation to the scene.