Click or drag to resize

Vector2LengthSquared Method

Returns the length of the vector squared. This operation is cheaper than Length().

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double LengthSquared()

Return Value

Type: Double
The vector's length squared.
See Also