Struct nphysics3d::joint::RectangularJoint[][src]

pub struct RectangularJoint<N: Real> { /* fields omitted */ }

A joint that allows two translational degrees of freedom.

Methods

impl<N: Real> RectangularJoint<N>
[src]

Creates a new rectangular joint allowing relative translations anlon the two provided axii.Isometry3

Both axii are expressed in the local coordinate frame on the attached multibody links.

impl<N: Real> RectangularJoint<N>
[src]

The lower limit of the relative translational displacement of the attached multibody links along the joint axis.

The upper limit of the relative translational displacement of the attached multibody links along the joint axis.

Disable the lower limit of the relative translational displacement of the attached multibody links along the joint axis.

Disable the upper limit of the relative translational displacement of the attached multibody links along the joint axis.

Set the lower limit of the relative translational displacement of the attached multibody links along the joint axis.

Set the upper limit of the relative translational displacement of the attached multibody links along the joint axis.

Returns true if the joint translational motor is enabled.

Enable the joint translational motor.

Disable the joint translational motor.

The desired relative translational velocity to be enforced by the joint motor.

Set the desired relative translational velocity to be enforced by the joint motor.

The maximum force that can be output by the joint translational motor.

Set the maximum force that can be output by the joint translational motor.

impl<N: Real> RectangularJoint<N>
[src]

The lower limit of the relative translational displacement of the attached multibody links along the joint axis.

The upper limit of the relative translational displacement of the attached multibody links along the joint axis.

Disable the lower limit of the relative translational displacement of the attached multibody links along the joint axis.

Disable the upper limit of the relative translational displacement of the attached multibody links along the joint axis.

Set the lower limit of the relative translational displacement of the attached multibody links along the joint axis.

Set the upper limit of the relative translational displacement of the attached multibody links along the joint axis.

Returns true if the joint translational motor is enabled.

Enable the joint translational motor.

Disable the joint translational motor.

The desired relative translational velocity to be enforced by the joint motor.

Set the desired relative translational velocity to be enforced by the joint motor.

The maximum force that can be output by the joint translational motor.

Set the maximum force that can be output by the joint translational motor.

Trait Implementations

impl<N: Copy + Real> Copy for RectangularJoint<N>
[src]

impl<N: Clone + Real> Clone for RectangularJoint<N>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<N: Debug + Real> Debug for RectangularJoint<N>
[src]

Formats the value using the given formatter. Read more

impl<N: Real> Joint<N> for RectangularJoint<N>
[src]

The number of degrees of freedom allowed by the joint.

The position of the multibody link containing this joint relative to its parent.

Update the jacobians of this joint.

Sets in out the non-zero entries of the joint jacobian transformed by transform.

Sets in out the non-zero entries of the time-derivative of the joint jacobian transformed by transform.

Sets in out the non-zero entries of the velocity-derivative of the time-derivative of the joint jacobian transformed by transform.

Multiply the joint jacobian by generalized velocities to obtain the relative velocity of the multibody link containing this joint. Read more

Multiply the joint jacobian by generalized accelerations to obtain the relative acceleration of the multibody link containing this joint. Read more

Fill out with the non-zero entries of a damping that can be applied by default to ensure a good stability of the joint.

Integrate the position of this joint.

Apply a displacement to the joint.

Maximum number of velocity constrains that can be generated by this joint.

Initialize and generate velocity constraints to enforce, e.g., joint limits and motors.

The maximum number of non-linear position constraints that can be generated by this joint.

Initialize and generate the i-th position constraints to enforce, e.g., joint limits.

The maximum number of impulses needed by this joints for its constraints. Read more

Auto Trait Implementations

impl<N> Send for RectangularJoint<N> where
    N: Scalar

impl<N> Sync for RectangularJoint<N> where
    N: Scalar