Crate oxygen_quark

source ·
Expand description

Summary

Oxygen Quark is a maths library primarily aimed for the Oxygen game engine. Use for it in any other project is allowed and encouraged.

Vector

The module containing the implementation details for Vector2d and Vector3d.

Matrix

This module holds the implementations of Matrix2x2, Matrix3x3 and Matrix4x4.

Imaginary

This module contains Complex and Quaternion implementations.

Fraction

This module yields the implementation for Fraction.

Modules

Holds the implementation for the Fraction data-type.
Holds the implementations for Complex and Quaternion.
Holds the implementations for Matrix2x2, Matrix3x3 and Matrix4x4.
Holds the implementations for Vector2d and Vector3d.