Click or drag to resize
VectorMagnitude Property

Used to compute the magnitude of the vector with respect to the origin.

Returns a very fast approximate magnitude using a Taylor function accurate to within 10%.

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

Return Value

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