Struct ms3d::Joint [] [src]

pub struct Joint {
    pub flags: Flags,
    pub name: String,
    pub parent_name: String,
    pub rotation: [f32; 3],
    pub position: [f32; 3],
    pub key_frames_rot: Vec<KeyFrameRot>,
    pub key_frames_trans: Vec<KeyFramePos>,
}

Fields

Trait Implementations

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

impl Debug for Joint
[src]

[src]

Formats the value using the given formatter.