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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public double LengthSquared { get; }

Property Value

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