Struct

SlungLoadOrientationDegrees

USI.Core

Current orientation of a slung load in degrees.

public struct SlungLoadOrientationDegrees : IEquatable<SlungLoadOrientationDegrees>

Constructors

SlungLoadOrientationDegrees

public SlungLoadOrientationDegrees(double Heading, double Pitch, double Roll)

Current orientation of a slung load in degrees.

Properties

Heading

public double Heading { get; set; }

Pitch

public double Pitch { get; set; }

Roll

public double Roll { get; set; }

Methods

Deconstruct

public void Deconstruct(double Heading, double Pitch, double Roll)

Equals

public bool Equals(object obj)

Equals

public bool Equals(SlungLoadOrientationDegrees other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()