ILNumerics Ultimate VS

Vector3LengthSquared Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets the square 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 LengthSquared { get; }

Property Value

Type: Single
Remarks

This property avoids the costly square root operation required by the Length property. This makes it more suitable for comparisons.

[ILNumerics Visualization Engine]

See Also

Reference