Overview
FastMath is a library of fundamental 3D graphics algorithms and data structures.
Features
- No unsafe code or external dependencies.
- CLS compliant, usable from any .Net language.
- Provides the common 3D graphics data types such as vectors, matrices, quaternions and more.
- Fully compatible with OpenGL. Uses the right-handed coordinate system and column-major matrix element order.