mathf 0.1.5

Math crate for Godi Game Engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# mathf

Math basics for a game frameworks and engines.
[![Build Status](https://travis-ci.org/GodiStudios/mathf.svg)](https://travis-ci.org/GodiStudios/mathf)
[![Crates.io](https://img.shields.io/crates/v/mathf.svg?style=flat-square)](https://crates.io/crates/mathf)

## Current Supported Features (ongoing):
* 2D Vector
* 3D Vector
* 3 x 3 Matrix

## Inspired by:
* Eric Lengyel, Mathmatics for 3D Game Programming and Computer Graphics, Third edition, Cengage Learning.
* Ivan de Camargo, Geometria AnalĂ­tica - Um tratamento Vetorial, Third Edition, Pearson