Click or drag to resize

Vector2FLengthSquared Method

Calculates the squared length of the current instance of Vector2F.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public float LengthSquared()

Return Value

Single
The squared length of the current instance of Vector2F.
See Also