Show / Hide Table of Contents

Class YawPitchRoll

Inheritance
System.Object
YawPitchRoll
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Parts.Lines
Assembly: Experior.Core.dll
Syntax
public class YawPitchRoll

Constructors

YawPitchRoll(Single, Single, Single)

Declaration
public YawPitchRoll(float yaw, float pitch, float roll)
Parameters
Type Name Description
System.Single yaw
System.Single pitch
System.Single roll

Properties

Pitch

Declaration
public float Pitch { get; set; }
Property Value
Type Description
System.Single

Roll

Declaration
public float Roll { get; set; }
Property Value
Type Description
System.Single

Yaw

Declaration
public float Yaw { get; set; }
Property Value
Type Description
System.Single

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Generated by DocFX