You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>Multiplier for a uniform scale transformation.</dd>
367
+
<dt>optional double x</dt>
368
+
<dd>Transformation origin on the x-axis. Defaulting to 0.</dd>
369
+
<dt>optional double y</dt>
370
+
<dd>Transformation origin on the y-axis. Defaulting to 0.</dd>
371
+
</dl>
372
+
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.
373
+
</dd>
374
+
<dt>Matrix scale3d()</dt>
375
+
<dd>
376
+
<dlclass='parameters'>
377
+
<dt>double scale</dt>
366
378
<dd>Multiplier for a uniform scale transformation.</dd>
367
379
<dt>optional double x</dt>
368
380
<dd>Transformation origin on the x-axis. Defaulting to 0.</dd>
<dd>Transformation origin on the z-axis. Defaulting to 0.</dd>
373
385
</dl>
374
-
Post-multiplies a uniform scale transformation on the current matrix with the given origin and returns the resulting matrix. The current matrix is not modified.
386
+
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.
0 commit comments