Goldsource - translated by llamas
Math
AS3 Geometry PDF Drucken E-Mail
An ActionScript 3 Geometry Library
http://github.com/alecmce/as3geometry
 
AS3 Math Library PDF Drucken E-Mail
The Flex/Actionscript Math Library (as3mathlib) is intended to provide a rudimentary numerical analysis toolkit for the Actionscript/Flex programming environment.
http://code.google.com/p/as3mathlib/
 
AS3 Matrix PDF Drucken E-Mail
An Actionscript 3.0 Matrix library that uses caching to speed up execution
http://code.google.com/p/as3matrix/
 
Matrix2D class PDF Drucken E-Mail
To accompany the Vector2D class I created this Matrix2D class. As with Vector2D, this class has enhanced functionality not present in the flash.geom.Matrix class.
http://code.google.com/p/bigroom/wiki/Vector2DAndMatrix2D
 
Vector2D class PDF Drucken E-Mail
The Vector2D class represents a 2-dimensional vector in cartesian coordinate space. It has all features of flash.geom.Point but adds further functionality not found in that class. While this class represents a vector, it can also be used to represent a point, in which case the class actually represents the vector from the origin to the point.
http://code.google.com/p/bigroom/wiki/Vector2DAndMatrix2D