Returns the direction of the vector in Radians with 0 facing
East up to 2pi.
Namespace: Terrarium.Sdk.Classes.HelpersAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic double Direction { get; }
Public ReadOnly Property Direction As Double
Get
public:
property double Direction {
double get ();
}
member Direction : float with get
Return Value
Type:
Double
System.Double representing the direction of the vector.
See Also