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