Struct natnet_decode::ForcePlate [] [src]

pub struct ForcePlate {
    pub id: i32,
    pub channels: Vec<Vec<f32>>,
}

Force plate

NatNet version

This structure is new in 2.9

Fields

ID of plate

Channels from plate

Trait Implementations

impl Clone for ForcePlate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ForcePlate
[src]

Formats the value using the given formatter.

impl PartialEq for ForcePlate
[src]

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

This method tests for !=.