Click or drag to resize
VectorDirection Property

Returns the direction of the vector in Radians with 0 facing East up to 2pi.

Namespace: Terrarium.Sdk.Classes.Helpers
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public double Direction { get; }

Return Value

Type: Double
System.Double representing the direction of the vector.
See Also