FSOSS 2010/processing.js/vectors

From CDOT Wiki
Revision as of 21:52, 27 October 2010 by Asalga (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Vectors

  • Object with a direction and magnitude (length)
  • Typically represented using coordinates for simplicity
  • Used for storing position, velocity, acceleration, etc.
  • Processing has a built-in PVector object for 2D and 3D