Skip to content

Commit 205dada

Browse files
authored
Add objects (#3)
* Add objects Signed-off-by: Ce Gao <ce.gao@outlook.com> * Update Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent 82487ce commit 205dada

File tree

8 files changed

+918
-0
lines changed

8 files changed

+918
-0
lines changed

reference/resetMatrix.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@
3838
<td><h3>resetMatrix</h3></td>
3939
</tr>
4040

41+
<tr class=""><th scope="row">Examples</th><td>
42+
<div class="example"> <pre>size(100, 100, P3D)
43+
noFill()
44+
box(80)
45+
printMatrix()
46+
47+
resetMatrix()
48+
box(80)
49+
printMatrix()
50+
</pre>
51+
</div>
52+
</tr>
4153

4254
<tr class="">
4355
<th scope="row">Description</th>

tutorials/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,19 @@ <h1 class="large-header"><span class="black">Processing.R Tutorials.</span> A co
7070
</p>
7171
<p>Drawing simple shapes and using the coordinate system.</p>
7272
<p>Level: Beginner</p>
73+
</div></td>
74+
<td><div class="curated-item">
75+
<a href="objects/">
76+
<img src="objects/imgs/objects.jpg" width="223" height="72" alt="Preview image" title="Objects in Processing.R">
77+
</a>
78+
<p>
79+
<br />
80+
<a href="objects/">Objects in Processing.R</a>
81+
<br />
82+
by Shawn T. O'Neil
83+
</p>
84+
<p>The basics of object-oriented programming.</p>
85+
<p>Level: Intermediate</p>
7386
</div></td>
7487
</tr>
7588
</tbody>

tutorials/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
index:
22
- gettingstarted
33
- drawing
4+
- objects

tutorials/objects/.property.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
image: objects.jpg
2+
title: Objects in Processing.R
3+
author: Shawn T. O'Neil
4+
introduction: The basics of object-oriented programming.
5+
level: Intermediate
Loading

tutorials/objects/imgs/objects.jpg

39.6 KB
Loading

tutorials/objects/index.html

Lines changed: 448 additions & 0 deletions
Large diffs are not rendered by default.

tutorials/objects/index.md

Lines changed: 439 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)