Struct nphysics3d::object::MultibodyLinkMut[][src]

pub struct MultibodyLinkMut<'a, N: Real> { /* fields omitted */ }

Mutable reference to a multibody link.

Methods

impl<'a, N: Real> MultibodyLinkMut<'a, N>
[src]

Creates a new mutable reference of a multibody link.

The handle of this link.

Retrieve an immutable reference to this link.

Mutable reference to the joint attaching this link to its parent.

Apply a force to this link.

Retriev the mutable generalized velocities of this link.

Auto Trait Implementations

impl<'a, N> Send for MultibodyLinkMut<'a, N> where
    N: Scalar

impl<'a, N> Sync for MultibodyLinkMut<'a, N> where
    N: Scalar