Difference between revisions of "Math"

From Amiga Coding
Jump to: navigation, search
(added Lou's Pseudo 3d Page)
Line 1: Line 1:
 +
__NOTOC__
 
note: The information/articles which are linked are often not written for the Amiga, but are still usefull resources.
 
note: The information/articles which are linked are often not written for the Amiga, but are still usefull resources.
  
 +
==graphics==
 +
* [http://www.gorenfeld.net/lou/pseudo/ Lou's Pseudo 3d Page v0.9]<br />(about faking 3d like in racegames like Outrun or Lotus Turbo Challenge)
  
===realtimecollisiondetection.net blog===
+
 
 +
==realtimecollisiondetection.net blog==
 
* [http://realtimecollisiondetection.net/blog/?p=21 Old-school multiplication tricks]<br />(regarding multiplication in combination with table lookup, matrix-vector, 2D rotation, complex numbers, two 3×3 matrices)
 
* [http://realtimecollisiondetection.net/blog/?p=21 Old-school multiplication tricks]<br />(regarding multiplication in combination with table lookup, matrix-vector, 2D rotation, complex numbers, two 3×3 matrices)
 
* [http://realtimecollisiondetection.net/blog/?p=21 And an old-school division trick]
 
* [http://realtimecollisiondetection.net/blog/?p=21 And an old-school division trick]
Line 14: Line 18:
  
  
===other===
+
==other==
 
* [http://epaperpress.com/vbhash/index.html Collections and Hash tables]
 
* [http://epaperpress.com/vbhash/index.html Collections and Hash tables]
 
* [http://epaperpress.com/oper/index.html Operator Precedence Parsing]
 
* [http://epaperpress.com/oper/index.html Operator Precedence Parsing]

Revision as of 11:03, 9 February 2010

note: The information/articles which are linked are often not written for the Amiga, but are still usefull resources.

graphics


realtimecollisiondetection.net blog


sorting


other