Huge rework of editor and other changes.
This commit is contained in:
@@ -103,7 +103,7 @@ class Vector3 {
|
||||
}
|
||||
|
||||
Cross(vec) {
|
||||
Math.Cross(this, vec)
|
||||
return Math.Cross(this, vec)
|
||||
}
|
||||
|
||||
Normalize() {
|
||||
|
||||
Reference in New Issue
Block a user