Difference between revisions of "Math"

From Amiga Coding
Jump to: navigation, search
(some more links)
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)
+
===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]
  
  
 +
===other===
 
* [http://vision.bc.edu/~dmartin/teaching/sorting/anim-html/all.html Animated Sorting Algorithms]
 
* [http://vision.bc.edu/~dmartin/teaching/sorting/anim-html/all.html Animated Sorting Algorithms]
 
Visually shows how eight different sorting algorithms behave on four different sets of data.
 
Visually shows how eight different sorting algorithms behave on four different sets of data.

Revision as of 12:04, 17 November 2008

realtimecollisiondetection.net blog


other

Visually shows how eight different sorting algorithms behave on four different sets of data.