Struct steamy_controller::Angles
[−]
[src]
pub struct Angles {
pub pitch: i16,
pub roll: i16,
pub yaw: i16,
}3D position of the controller.
Fields
pitch: i16
The pitch.
roll: i16
The roll.
yaw: i16
The yaw.
Trait Implementations
impl Clone for Angles[src]
fn clone(&self) -> Angles
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
impl Copy for Angles[src]
impl PartialEq for Angles[src]
fn eq(&self, __arg_0: &Angles) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Angles) -> bool
This method tests for !=.