Vector3LengthSquared Property |
Gets the square of the vector length (magnitude).
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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