Closed ghost closed 4 years ago
Vector2.Dot(Vector2) caused a stack overflow, and an equivalent function did not exist in Vector3, but did in Vector4. I fixed both.
Vector2.Dot(Vector2)
Nice catch!
Vector2.Dot(Vector2)
caused a stack overflow, and an equivalent function did not exist in Vector3, but did in Vector4. I fixed both.