SlungLoadOrientation
USI.Core
Slung-load orientation using the developer's selected angle unit.
public struct SlungLoadOrientation : IEquatable<SlungLoadOrientation>Constructors
SlungLoadOrientation
public SlungLoadOrientation(Angle Heading, Angle Pitch, Angle Roll)Slung-load orientation using the developer's selected angle unit.
Properties
Heading
public Angle Heading { get; set; }Pitch
public Angle Pitch { get; set; }Roll
public Angle Roll { get; set; }Methods
Deconstruct
public void Deconstruct(Angle Heading, Angle Pitch, Angle Roll)Equals
public bool Equals(object obj)Equals
public bool Equals(SlungLoadOrientation other)GetHashCode
public int GetHashCode()ToString
public string ToString()