Struct collada::Joint
[−]
[src]
pub struct Joint {
pub name: String,
pub parent_index: JointIndex,
pub inverse_bind_pose: Matrix4<f32>,
}Fields
name: String
Name of joint
parent_index: JointIndex
Index of parent joint in Skeleton's 'joints' vector
inverse_bind_pose: Matrix4<f32>
Matrix transforming vertex coordinates from model-space to joint-space Column-major.
Methods
impl Joint[src]
Trait Implementations
impl Clone for Joint[src]
fn clone(&self) -> Joint
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more