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.HelpersAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic double TrueMagnitude { get; }
Public ReadOnly Property TrueMagnitude As Double
Get
public:
property double TrueMagnitude {
double get ();
}
member TrueMagnitude : float with get
Return Value
Type:
Double
System.Double representing the magnitude of the vector
See Also