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