We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd20ce commit bd4ae9fCopy full SHA for bd4ae9f
1 file changed
Scripts/physics.js
@@ -43,10 +43,6 @@ Vector3D.prototype.normalize = function () {
43
this.z /= thing;
44
}
45
46
-// function normalize(vector) {
47
-// if (vector)
48
-// }
49
-
50
function Rectangle(x, y, width, height) {
51
this.pos = this.position = new Vector(x, y);
52
this.width = width;
0 commit comments