Sandbox Logo

Vector3Int.LengthSquared

int LengthSquared { get; set; }

Description

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

Return

User Comments