File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -408,8 +408,4 @@ var Matrix3 = new Class({
408408
409409} ) ;
410410
411- Matrix3 . prototype . mul = Matrix3 . prototype . multiply ;
412- Matrix3 . prototype . idt = Matrix3 . prototype . identity ;
413- Matrix3 . prototype . reset = Matrix3 . prototype . identity ;
414-
415411module . exports = Matrix3 ;
Original file line number Diff line number Diff line change @@ -260,12 +260,4 @@ var Vector2 = new Class({
260260
261261} ) ;
262262
263- Vector2 . prototype . sub = Vector2 . prototype . subtract ;
264- Vector2 . prototype . mul = Vector2 . prototype . multiply ;
265- Vector2 . prototype . div = Vector2 . prototype . divide ;
266- Vector2 . prototype . dist = Vector2 . prototype . distance ;
267- Vector2 . prototype . distSq = Vector2 . prototype . distanceSq ;
268- Vector2 . prototype . len = Vector2 . prototype . length ;
269- Vector2 . prototype . lenSq = Vector2 . prototype . lengthSq ;
270-
271263module . exports = Vector2 ;
You can’t perform that action at this time.
0 commit comments