Difference between revisions of "Math"

From Amiga Coding
Jump to: navigation, search
(added Lou's Pseudo 3d Page)
(Graphics)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__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==
+
==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)
+
<!-- * [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) Dead link-->
  
 
+
==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 12: Line 11:
  
  
==sorting==
+
==Sorting==
 
* [http://vision.bc.edu/~dmartin/teaching/sorting/anim-html/all.html Animated Sorting Algorithms]<br />Visually shows how eight different sorting algorithms behave on four different sets of data.
 
* [http://vision.bc.edu/~dmartin/teaching/sorting/anim-html/all.html Animated Sorting Algorithms]<br />Visually shows how eight different sorting algorithms behave on four different sets of data.
 
* [http://epaperpress.com/sortsearch/index.html Sorting and Searching Algorithms]
 
* [http://epaperpress.com/sortsearch/index.html Sorting and Searching Algorithms]
Line 18: Line 17:
  
  
==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]

Latest revision as of 15:57, 8 September 2016

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