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
Copy file name to clipboardExpand all lines: content/static/tutorials/pvector/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@ <h3>Vectors: More Algebra</h3>
312
312
<li><strong><ahref="http://processing.org/reference/PVector_mag_.html"><em>mag()</em></a></strong> -- calculate the magnitude of a vector</li>
313
313
<li><strong><ahref="http://processing.org/reference/PVector_normalize_.html"><em>normalize()</em></a></strong> -- normalize the vector to unit length of 1</li>
314
314
<li><strong><ahref="http://processing.org/reference/PVector_limit_.html"><em>limit()</em></a></strong> -- limit the magnitude of a vector</li>
315
-
<li><strong><ahref="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><ahref="http://processing.org/reference/PVector_heading_.html"><em>heading()</em></a></strong> -- the heading of a vector expressed as an angle</li>
316
316
<li><strong><ahref="http://processing.org/reference/PVector_dist_.html"><em>dist()</em></a></strong> -- the euclidean distance between two vectors (considered as points)</li>
317
317
<li><strong><ahref="http://processing.org/reference/PVector_angleBetween_.html"><em>angleBetween()</em></a></strong> -- find the angle between two vectors</li>
318
318
<li><strong><ahref="http://processing.org/reference/PVector_dot_.html"><em>dot()</em></a></strong> -- the dot product of two vectors</li>
0 commit comments