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 public double LengthSquared { get; }
Property Value
Type:
DoubleRemarks
This property avoids the costly square root operation required by the Length property. This makes it more suitable
for comparisons.
See Also