COMMENTS for Snap.angle, Snap.Matrix, Snap.animate

master
Mike Sierra 2013-10-09 12:43:17 -04:00
parent 96e89e0f7b
commit 136b6fae7b
1 changed files with 5 additions and 0 deletions

View File

@ -288,6 +288,7 @@ Snap.rad = rad;
= (number) angle in degrees. = (number) angle in degrees.
\*/ \*/
Snap.deg = deg; Snap.deg = deg;
// SIERRA for which point is the angle calculated?
/*\ /*\
* Snap.angle * Snap.angle
[ method ] [ method ]
@ -591,6 +592,7 @@ function Matrix(a, b, c, d, e, f) {
} }
}; };
})(Matrix.prototype); })(Matrix.prototype);
// SIERRA Unclear the difference between the two matrix formats ("parameters" vs svgMatrix). See my comment about Element.matrix().
/*\ /*\
* Snap.Matrix * Snap.Matrix
[ method ] [ method ]
@ -2045,6 +2047,9 @@ function arrayFirstValue(arr) {
} }
return res; return res;
}; };
// SIERRA unfamiliar with the phrase _caring function,_ so the text for the _setter_ param isn't clear.
// SIERRA With the animation's start/end states defined, how is its _speed_ distinguished from its _duration_?
// SIERRA Text explaining the mina format should move to the section on the mina object interface. (Prior comment applies: object interfaces need to also be documented.)
/*\ /*\
* Snap.animate * Snap.animate
[ method ] [ method ]