Skip to content

Commit 94dfd3d

Browse files
dirkschulzesvgeesus
authored andcommitted
New naming for origin arguments.
1 parent c6a2c52 commit 94dfd3d

2 files changed

Lines changed: 23 additions & 20 deletions

File tree

matrix/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2013-03-08 Dirk Schulze <dschulze@adobe.com>
2+
New naming for origin arguments.
3+
14
2013-03-07 Dirk Schulze <dschulze@adobe.com>
25
Fixed typos in defitnions.
36

matrix/index.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ <h3>Immutable transformation methods</h3>
373373
<dl class='parameters'>
374374
<dt>double scale</dt>
375375
<dd>Multiplier for a uniform scale transformation.</dd>
376-
<dt>optional double x</dt>
376+
<dt>optional double originX</dt>
377377
<dd>Transformation origin on the x-axis. Defaulting to 0.</dd>
378-
<dt>optional double y</dt>
378+
<dt>optional double originY</dt>
379379
<dd>Transformation origin on the y-axis. Defaulting to 0.</dd>
380380
</dl>
381381
Post-multiplies a uniform 2D scale transformation (<code>m11 = m22 = scale</code>) on the current matrix with the given origin and returns the resulting matrix. The current matrix is not modified.
@@ -385,11 +385,11 @@ <h3>Immutable transformation methods</h3>
385385
<dl class='parameters'>
386386
<dt>double scale</dt>
387387
<dd>Multiplier for a uniform scale transformation.</dd>
388-
<dt>optional double x</dt>
388+
<dt>optional double originX</dt>
389389
<dd>Transformation origin on the x-axis. Defaulting to 0.</dd>
390-
<dt>optional double y</dt>
390+
<dt>optional double originY</dt>
391391
<dd>Transformation origin on the y-axis. Defaulting to 0.</dd>
392-
<dt>optional double z</dt>
392+
<dt>optional double originZ</dt>
393393
<dd>Transformation origin on the z-axis. Defaulting to 0.</dd>
394394
</dl>
395395
Post-multiplies a uniform scale transformation (<code>m11 = m22 = m33 = scale</code>) on the current matrix with the given origin and returns the resulting matrix. The current matrix is not modified.
@@ -403,11 +403,11 @@ <h3>Immutable transformation methods</h3>
403403
<dd>Multiplier for a non-uniform scale along the y-axis. Defaulting to 1.</dd>
404404
<dt>optional double scaleZ</dt>
405405
<dd>Multiplier for a non-uniform scale along the z-axis. Defaulting to 1.</dd>
406-
<dt>optional double x</dt>
406+
<dt>optional double originX</dt>
407407
<dd>Transformation origin on the x-axis. Defaulting to 0.</dd>
408-
<dt>optional double y</dt>
408+
<dt>optional double originY</dt>
409409
<dd>Transformation origin on the y-axis. Defaulting to 0.</dd>
410-
<dt>optional double z</dt>
410+
<dt>optional double originZ</dt>
411411
<dd>Transformation origin on the z-axis. Defaulting to 0.</dd>
412412
</dl>
413413
Post-multiplies a non-uniform scale transformation on the current matrix with the given origin and returns the resulting matrix. The current matrix is not modified.
@@ -417,9 +417,9 @@ <h3>Immutable transformation methods</h3>
417417
<dl class='parameters'>
418418
<dt>double angle</dt>
419419
<dd>Rotation angle in degrees.</dd>
420-
<dt>optional double x</dt>
420+
<dt>optional double originX</dt>
421421
<dd>Transformation origin on the x-axis. Defaulting to 0.</dd>
422-
<dt>optional double y</dt>
422+
<dt>optional double originY</dt>
423423
<dd>Transformation origin on the y-axis. Defaulting to 0.</dd>
424424
</dl>
425425
Post-multiplies a rotation transformation on the current matrix with the given origin and returns the resulting matrix. The current matrix is not modified.
@@ -538,9 +538,9 @@ <h3>Mutable transformation methods</h3>
538538
<dl class='parameters'>
539539
<dt>double scale</dt>
540540
<dd>Multiplier for a uniform scale transformation.</dd>
541-
<dt>optional double x</dt>
541+
<dt>optional double originX</dt>
542542
<dd>Transformation origin on the x-axis. Defaulting to 0.</dd>
543-
<dt>optional double y</dt>
543+
<dt>optional double originY</dt>
544544
<dd>Transformation origin on the y-axis. Defaulting to 0.</dd>
545545
</dl>
546546
Post-multiplies a uniform 2D scale transformation (<code>m11 = m22 = scale</code>) on the current matrix with the given origin.
@@ -550,11 +550,11 @@ <h3>Mutable transformation methods</h3>
550550
<dl class='parameters'>
551551
<dt>double scale</dt>
552552
<dd>Multiplier for a uniform scale transformation.</dd>
553-
<dt>optional double x</dt>
553+
<dt>optional double originX</dt>
554554
<dd>Transformation origin on the x-axis. Defaulting to 0.</dd>
555-
<dt>optional double y</dt>
555+
<dt>optional double originY</dt>
556556
<dd>Transformation origin on the y-axis. Defaulting to 0.</dd>
557-
<dt>optional double z</dt>
557+
<dt>optional double originZ</dt>
558558
<dd>Transformation origin on the z-axis. Defaulting to 0.</dd>
559559
</dl>
560560
Post-multiplies a uniform 2D scale transformation (<code>m11 = m22 = m33 = scale</code>) on the current matrix with the given origin.
@@ -568,11 +568,11 @@ <h3>Mutable transformation methods</h3>
568568
<dd>Multiplier for a non-uniform scale along the y-axis. Defaulting to 1.</dd>
569569
<dt>optional double scaleZ</dt>
570570
<dd>Multiplier for a non-uniform scale along the z-axis. Defaulting to 1.</dd>
571-
<dt>optional double x</dt>
571+
<dt>optional double originX</dt>
572572
<dd>Transformation origin on the x-axis. Defaulting to 0.</dd>
573-
<dt>optional double y</dt>
573+
<dt>optional double originY</dt>
574574
<dd>Transformation origin on the y-axis. Defaulting to 0.</dd>
575-
<dt>optional double z</dt>
575+
<dt>optional double originZ</dt>
576576
<dd>Transformation origin on the z-axis. Defaulting to 0.</dd>
577577
</dl>
578578
Post-multiplies a non-uniform scale transformation on the current matrix with the given origin.
@@ -582,9 +582,9 @@ <h3>Mutable transformation methods</h3>
582582
<dl class='parameters'>
583583
<dt>double angle</dt>
584584
<dd>Rotation angle in degrees.</dd>
585-
<dt>optional double x</dt>
585+
<dt>optional double originX</dt>
586586
<dd>Transformation origin on the x-axis. Defaulting to 0.</dd>
587-
<dt>optional double y</dt>
587+
<dt>optional double originY</dt>
588588
<dd>Transformation origin on the y-axis. Defaulting to 0.</dd>
589589
</dl>
590590
Post-multiplies a rotation transformation on the current matrix with the given origin.

0 commit comments

Comments
 (0)