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
alt="an illustration showing a 2D coordinate system on the left, showing an origin of (0,0) and a 3D coordinate system on the right, showing an origin of (0,0,0)">
110
115
111
-
<divclass="additionalInformation">
112
-
It might be helpful to revisit the tutorial titled
113
-
<ahref="{{root}}/learn/coordinate-system-and-shapes.html">Coordinate System in Shapes</a>
114
-
</div>
115
-
116
116
<h2id="transformations">Transformations: Position and Size of 3D Shapes</h2>
117
117
118
118
<p>p5.js has a few methods, <aclass="code"href="{{root}}/reference/#/p5/translate">translate()</a>, <a
@@ -123,7 +123,7 @@ slug: learn/
123
123
available for
124
124
both 2D and 3D drawing.</p>
125
125
126
-
<h3>translate()</h3>
126
+
<h3>translate(): Moving Objects in Space</h3>
127
127
128
128
{{!-- sketch illustrating translation of geometry --}}
0 commit comments