Vector3.LengthSquared

float LengthSquared { get; set; }

Description

Squared length of the vector. This is faster than <see cref="P:Vector3.Length">Length</see>, and can be used for things like comparing distances, as long as only squared values are used.

Return

User Comments