C# Class ExBuddy.Navigation.FlightPoint

Exibir arquivo Open project: MGramolini/ExBuddy Class Usage Examples

Public Properties

Property Type Description
IsDeviation bool
Location System.Vector3

Public Methods

Method Description
FuzzyEquals ( FlightPoint other ) : bool
ToString ( ) : string

Method Details

FuzzyEquals() public method

public FuzzyEquals ( FlightPoint other ) : bool
other FlightPoint
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

IsDeviation public_oe property

public bool IsDeviation
return bool

Location public_oe property

public Vector3,System Location
return System.Vector3