VERIFY new values for Matrix.rotate

master
Mike Sierra 2013-10-09 17:09:30 -04:00
parent 0d237dd2c8
commit 46e28d5001
1 changed files with 3 additions and 3 deletions

View File

@ -470,9 +470,9 @@ function Matrix(a, b, c, d, e, f) {
[ method ] [ method ]
** **
* Rotates the matrix * Rotates the matrix
- a (number) - a (number) angle of rotation, in radians VERIFY
- x (number) - x (number) horizontal origin point from which to rotate VERIFY
- y (number) - y (number) vertical origin point from which to rotate VERIFY
\*/ \*/
matrixproto.rotate = function (a, x, y) { matrixproto.rotate = function (a, x, y) {
a = rad(a); a = rad(a);