Open main menu

CDOT Wiki β

Changes

FSOSS 2010/processing.js/vectors

285 bytes added, 21:52, 27 October 2010
Created page with '<b>Vectors</b> <ul> <li>Object with a direction and magnitude (length)</li> <li>Typically represented using coordinates for simplicity</li> <li>Used for storing position, velo…'
<b>Vectors</b>
<ul>
<li>Object with a direction and magnitude (length)</li>
<li>Typically represented using coordinates for simplicity</li>
<li>Used for storing position, velocity, acceleration, etc.</li>
<li>Processing has a built-in <b>PVector</b> object for 2D and 3D</li>
</ul>
1
edit