view docs/mainpage.dox @ 18:f9fb659509e1

Doxygen docs for Vector classes.
author Eris Caffee <discordia@eldalin.com>
date Mon, 27 May 2013 16:59:04 -0500
parents
children
line source
1 /**
2 \mainpage arda::Math
4 \section Overview
6 A 3D math library for games.
8 This library is not (yet?) trying to be a highly optimized system. Rather it is inteded to be simple to understandf an use. Design goals include
10 - Mimicing the standard mathematical notation as closely as possible.
11 - Using templates to keep generated code size to a minimum.
13 */