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§

colour
fraction
Holds the implementation for the Fraction data-type.
imaginary
Holds the implementations for Complex and Quaternion.
matrix
Holds the implementations for Matrix2x2, Matrix3x3 and Matrix4x4.
prelude
vector
Holds the implementations for Vector2d and Vector3d.

Functions§

info