Click or drag to resize

Vector3LengthSquared Property

Gets the square of the vector length (magnitude).

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public double LengthSquared { get; }

Property Value

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