Click or drag to resize
VectorTrueMagnitude Property

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

Returns a very accurate magnitude result. However, this function tends to run much slower than an approximation. For this reason the Terrarium uses the Magnitude property internally.

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

Return Value

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