oxygen_quark 0.0.1

Oxygen Quark is a maths library mainly developed for the Oxygen Game Engine.
Documentation

Quark

The Maths Library

This is the maths library that implements all the functions for calculating what's necessary within physics, audio and more. It contains implementations of vectors that are used by the engine for positioning and applying forces in the physics engine.

Implemented

  • 2D Vectors
  • 3D Vectors
  • 2x2 Matrices
  • 3x3 Matrices
  • 4x4 Matrices
  • Fractions

To be implemented

  • Quaternions
  • Complex Matrices