17 releases
Uses old Rust 2015
0.1.16 | Jun 21, 2021 |
---|---|
0.1.15 | Jun 14, 2021 |
0.1.7 | Sep 8, 2017 |
0.1.4 | Aug 30, 2017 |
#1457 in Game dev
23 downloads per month
80KB
2K
SLoC
mathf
Math basics for a game frameworks and engines
Current Supported Features (ongoing):
- 2D Vector
- 3D Vector
- 3 x 3 Matrix
- 2 x 2 Matrix
Inspired by:
- Eric Lengyel, Mathmatics for 3D Game Programming and Computer Graphics, Third edition, Cengage Learning.
- Jason Gregogy, Game Engine Architecture, Second Edition, AK Peters
- Ivan de Camargo, Geometria Analítica - Um tratamento Vetorial, Third Edition, Pearson
Current TODO:
- Quaternions
- Examples