Sandbox Logo

Vector3Int.Inverse

Vector3 Inverse { get; set; }

Description

Returns the inverse of this vector, which is useful for scaling vectors. Keep in mind this returns a Vector3 and not a Vector3Int.

Return

User Comments