ILNumerics Ultimate VS

Vector3LengthFast Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets an approximation of the vector length (magnitude).

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public float LengthFast { get; }

Property Value

Type: Single
Remarks

This property uses an approximation of the square root function to calculate vector magnitude, with an upper error bound of 0.001.

[ILNumerics Visualization Engine]

See Also

Reference