Struct natnet_decode::Skeleton [] [src]

pub struct Skeleton {
    pub id: i32,
    pub bones: Vec<RigidBody>,
}

A Skeleton is a collection of RigidBody

Fields

ID of skeleton

Vector of rigid bodies comprising this skeleton

Trait Implementations

impl Clone for Skeleton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Skeleton
[src]

Formats the value using the given formatter.

impl PartialEq for Skeleton
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.