Skip to content

Commit 1320cda

Browse files
committed
1 parent 0406a31 commit 1320cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/static/tutorials/pvector/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ <h3>Vectors: More Algebra</h3>
312312
<li><strong><a href="http://processing.org/reference/PVector_mag_.html"><em>mag()</em></a></strong> -- calculate the magnitude of a vector</li>
313313
<li><strong><a href="http://processing.org/reference/PVector_normalize_.html"><em>normalize()</em></a></strong> -- normalize the vector to unit length of 1</li>
314314
<li><strong><a href="http://processing.org/reference/PVector_limit_.html"><em>limit()</em></a></strong> -- limit the magnitude of a vector</li>
315-
<li><strong><a href="http://processing.org/reference/PVector_heading2D_.html"><em>heading2D()</em></a></strong> -- the heading of a vector expressed as an angle</li>
315+
<li><strong><a href="http://processing.org/reference/PVector_heading_.html"><em>heading()</em></a></strong> -- the heading of a vector expressed as an angle</li>
316316
<li><strong><a href="http://processing.org/reference/PVector_dist_.html"><em>dist()</em></a></strong> -- the euclidean distance between two vectors (considered as points)</li>
317317
<li><strong><a href="http://processing.org/reference/PVector_angleBetween_.html"><em>angleBetween()</em></a></strong> -- find the angle between two vectors</li>
318318
<li><strong><a href="http://processing.org/reference/PVector_dot_.html"><em>dot()</em></a></strong> -- the dot product of two vectors</li>

0 commit comments

Comments
 (0)