dotMath

DotMath is a 2D, 3D math library. It provides several classes with different purposes, such as positioning (Vector2, Vector3 and Quaternion), color/matrix manipulation and 3D transformations. The matrix classes…

MIT
3 Comments

vec2

Vec2 is 2D math vector class. It supports many operations such as dot and cross product, rotation, tests for proximity, find orthogonal vectors, clamping, interpolation and more. The API calls…

Comments Off on vec2

AS3LinAlg

AS3LinAlg is a linear algebra library. Its provides  up to four solvers: Jacobi SVD, Eigen Vectors/Values,  Cholesky, LU and Polynomial. The library requires Apparat to be compiled, but it doesn’t use Memory…

MIT
1 Comment

AS3 Performance Primitives

Experimental library geared towards high-performance math, and is losely modeled on the Intel Performance Primitives library. It is intended for use with games…

Simplified BSD
1 Comment

Coral

Coral is a library classes for 3D Mathematics. Those classes were formerly part of Flint particle engine and were responsible for handling the 3D math under the engine’s hood.

MIT
Comments Off on Coral

As3mathlib

As3mathlib is intended to provide a rudimentary numerical analysis toolkit for the Actionscript/Flex programming environment. It is based off of the WIS Actionscript 2 libraries. This library includes…

MIT
Comments Off on As3mathlib