Struct EulerAngles
Euler angles to define the orientation.
Assembly: Meadow.Foundation.dll
View Source
public struct EulerAngles
Properties
Heading
Heading.
View Source
public Angle Heading { readonly get; set; }
Roll
Roll angle.
View Source
public Angle Roll { readonly get; set; }
Pitch
Pitch angle.
View Source
public Angle Pitch { readonly get; set; }