Difference between revisions of "Math"

From Amiga Coding
Jump to: navigation, search
(New page: * [http://realtimecollisiondetection.net/blog/?p=21 http://realtimecollisiondetection.net/blog/?p=21]<br />(regarding multiplication in combination with table lookup, matrix-vector, 2D rot...)
 
(Graphics)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* [http://realtimecollisiondetection.net/blog/?p=21 http://realtimecollisiondetection.net/blog/?p=21]<br />(regarding multiplication in combination with table lookup, matrix-vector, 2D rotation, complex numbers, two 3×3 matrices)
+
__NOTOC__
 +
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) Dead link-->
 +
 
 +
==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 And an old-school division trick]
 +
* [http://realtimecollisiondetection.net/books/list/ My recommended books]
 +
 
 +
 
 +
==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://epaperpress.com/sortsearch/index.html Sorting and Searching Algorithms]
 +
* [http://www.rrsd.com/software_development/postmans_sort/cuj/cuj.htm The Postman's Search] (article which appeared in August ' 92 issue of the C Users Journal)
 +
 
 +
 
 +
==Other==
 +
* [http://epaperpress.com/vbhash/index.html Collections and Hash tables]
 +
* [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