Struct steamy_controller::Angles [] [src]

pub struct Angles {
    pub pitch: i16,
    pub roll: i16,
    pub yaw: i16,
}

3D position of the controller.

Fields

The pitch.

The roll.

The yaw.

Trait Implementations

impl Clone for Angles
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Angles
[src]

impl PartialEq for Angles
[src]

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

This method tests for !=.

impl Eq for Angles
[src]

impl Default for Angles
[src]

Returns the "default value" for a type. Read more

impl Debug for Angles
[src]

Formats the value using the given formatter.