0.413.1.370526

This commit is contained in:
CloneTrooper1019
2019-12-22 21:23:06 -06:00
parent 66bdae9387
commit 92c6f2d96e
10 changed files with 98 additions and 44 deletions

View File

@ -110,8 +110,6 @@ namespace RobloxFiles.DataTypes
public static Vector3 Up => new Vector3(0, 1, 0);
public static Vector3 Back => new Vector3(0, 0, 1);
public float Dot(Vector3 other)
{
float dotX = X * other.X;