[][src]Type Definition physx::articulation_link::ArticulationLink

type ArticulationLink = PxType<PxArticulationLink>;

Trait Implementations

impl Collidable for ArticulationLink[src]

Link in a reduced coordinate (multibody) tree N.b., with PhysX the position of the transform of the link is parametrized by the joint that connects it to the parent. It does not itself have a transform.

impl Deref for ArticulationLink[src]

type Target = RigidBody

The resulting type after dereferencing.

impl DerefMut for ArticulationLink[src]

impl Releasable for ArticulationLink[src]