Enum myo::OrientationIndex [] [src]

#[repr(C)]
pub enum OrientationIndex { X, Y, Z, W, }

Index into orientation data, which is provided as a quaternion. Orientation data is returned as a unit quaternion of floats, represented as w + x * i + y * j + z * k

Variants

First component of the quaternion's vector part

Second component of the quaternion's vector part

Third component of the quaternion's vector part

Scalar component of the quaternion

Trait Implementations

impl Debug for OrientationIndex
[src]

Formats the value using the given formatter.

impl PartialEq for OrientationIndex
[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 OrientationIndex
[src]

impl Clone for OrientationIndex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OrientationIndex
[src]