Struct

AircraftRelativePositionFeet

USI.Core

A position relative to the aircraft authoring origin, expressed in feet along developer-facing forward, rightward, and upward body axes.

public struct AircraftRelativePositionFeet : IEquatable<AircraftRelativePositionFeet>

Constructors

AircraftRelativePositionFeet

public AircraftRelativePositionFeet(double Forward, double Rightward, double Upward)

A position relative to the aircraft authoring origin, expressed in feet along developer-facing forward, rightward, and upward body axes.

Properties

Forward

public double Forward { get; set; }

Rightward

public double Rightward { get; set; }

Upward

public double Upward { get; set; }

Methods

Deconstruct

public void Deconstruct(double Forward, double Rightward, double Upward)

Equals

public bool Equals(object obj)

Equals

public bool Equals(AircraftRelativePositionFeet other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()