Namespace: Rx.Net – Class: Vector3D – Assembly: Rx.Net

Vector3D.LengthSquared Method

C#
public double LengthSquared()

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

Returns

double

The vector's length squared.