Home

Awesome

AyaMath Development document

last edit time: 2019/11/9

author: g1n0st

Usage

Including all the files as headfiles.

using namespace aya;

Basic Target

A lite utility linear algebra math library including basic functionalities of Matrix, Vector , Quaternion and some simple math algorithms.

As a component of AyaRay developed by Chang Yu.

Design Mode

File Structure

~

|-MathUtility.hpp

|-Vector3.hpp

|-BBox.hpp

|-Quaternion.hpp

|-Matrix3x3.hpp

|-Transform.hpp