COMMENT Matrix.toTransformString

master
Mike Sierra 2013-10-09 16:18:21 -04:00
parent e73df04538
commit 6f33992345
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ function Matrix(a, b, c, d, e, f) {
out.noRotation = !+out.shear.toFixed(9) && !out.rotate;
return out;
};
// SIERRA Matrix.toTransformString(): The format of the string needs to be detailed.
/*\
* Matrix.toTransformString
[ method ]