Enum k::IKError [] [src]

pub enum IKError {
    NotConverged,
    InverseMatrixError,
    PreconditionError,
    JointOutOfLimit(JointError),
}

The reason of the fail of inverse kinematics

Variants

Trait Implementations

impl Debug for IKError
[src]

[src]

Formats the value using the given formatter.

impl From<JointError> for IKError
[src]

[src]

Performs the conversion.

impl Display for IKError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for IKError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more