Skip to content

Commit 9b98227

Browse files
committed
Fixed #474 minor typo
1 parent 4035d52 commit 9b98227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api_en/scale.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ box(20, 20, 20);
4343
<description><![CDATA[
4444
Increases or decreases the size of a shape by expanding and contracting vertices. Objects always scale from their relative origin to the coordinate system. Scale values are specified as decimal percentages. For example, the function call <b>scale(2.0)</b> increases the dimension of a shape by 200%.<br />
4545
<br />
46-
Transformations apply to everything that happens after and subsequent calls to the function multiply the effect. For example, calling <b>scale(2.0)</b> and then <b>scale(1.5)</b> is the same as <b>scale(3.0)</b>. If <b>scale()</b> is called within <b>draw()</b>, the transformation is reset when the loop begins again. Using this fuction with the <b>z</b> parameter requires using P3D as a parameter for <b>size()</b>, as shown in the third example above. This function can be further controlled with <b>pushMatrix()</b> and <b>popMatrix()</b>.
46+
Transformations apply to everything that happens after and subsequent calls to the function multiply the effect. For example, calling <b>scale(2.0)</b> and then <b>scale(1.5)</b> is the same as <b>scale(3.0)</b>. If <b>scale()</b> is called within <b>draw()</b>, the transformation is reset when the loop begins again. Using this function with the <b>z</b> parameter requires using P3D as a parameter for <b>size()</b>, as shown in the third example above. This function can be further controlled with <b>pushMatrix()</b> and <b>popMatrix()</b>.
4747
]]></description>
4848

4949
</root>

0 commit comments

Comments
 (0)