Struct open_protocol::types::EulerAngle
[−]
[src]
pub struct EulerAngle {
pub x: f32,
pub y: f32,
pub z: f32,
}Fields
x: f32
y: f32
z: f32
Trait Implementations
impl Debug for EulerAngle[src]
impl PartialEq for EulerAngle[src]
fn eq(&self, __arg_0: &EulerAngle) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &EulerAngle) -> bool
This method tests for !=.