Struct collada::Joint [] [src]

pub struct Joint {
    pub name: String,
    pub parent_index: JointIndex,
    pub inverse_bind_pose: Matrix4<f32>,
}

Fields

Name of joint

Index of parent joint in Skeleton's 'joints' vector

Matrix transforming vertex coordinates from model-space to joint-space Column-major.

Methods

impl Joint
[src]

[src]

Trait Implementations

impl Debug for Joint
[src]

[src]

Formats the value using the given formatter.

impl Clone for Joint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more