mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-16 07:47:48 +01:00
Notion - Update docs
This commit is contained in:
parent
82d5df1b91
commit
77b570701c
5 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
<h2 id="angles">Angles</h2>
|
<h2 id="angles">Angles</h2>
|
||||||
<p>Before going any further, I need to make sure you understand how the concept of an <strong>angle</strong> fits into creative coding in p5.js. If you have experience with p5.js, you’ve undoubtedly encountered this issue while using the <code>rotate()</code> function to rotate and spin objects. You’re most likely to be familiar with the concept of an angle as measured in <strong>degrees</strong> (see Figure 3.1).</p>
|
<p>Before going any further, I need to make sure you understand how the concept of an <strong>angle</strong> fits into creative coding in p5.js. If you have experience with p5.js, you’ve undoubtedly encountered this issue while using the <code>rotate()</code> function to rotate and spin objects. You’re most likely to be familiar with the concept of an angle as measured in <strong>degrees</strong> (see Figure 3.1).</p>
|
||||||
<figure>
|
<figure>
|
||||||
<img src="images/03_oscillation/03_oscillation_2.jpg" alt="Figure 3.1: Angles measured in degrees">
|
<img src="images/03_oscillation/03_oscillation_2.png" alt="Figure 3.1: Angles measured in degrees">
|
||||||
<figcaption>Figure 3.1: Angles measured in degrees</figcaption>
|
<figcaption>Figure 3.1: Angles measured in degrees</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<div class="half-width-right">
|
<div class="half-width-right">
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 104 KiB |
BIN
content/images/03_oscillation/03_oscillation_2.png
Normal file
BIN
content/images/03_oscillation/03_oscillation_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 KiB |
Binary file not shown.
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 410 KiB |
Binary file not shown.
Before Width: | Height: | Size: 855 KiB After Width: | Height: | Size: 840 KiB |
Loading…
Reference in a new issue