SLProject 4.0.000
WAIMath.h File Reference
#include <math.h>
Include dependency graph for WAIMath.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  WAI::V2
 
struct  WAI::V3
 
struct  WAI::M3x3
 
struct  WAI::M4x4
 

Namespaces

namespace  WAI
 

Functions

V3 WAI::v3 (float x, float y, float z)
 
V3 WAI::subV3 (V3 v1, V3 v2)
 
M3x3 WAI::identityM3x3 ()
 
M3x3 WAI::multM3x3 (M3x3 m1, M3x3 m2)
 
V3 WAI::multM3x3V3 (M3x3 m, V3 v)
 
M3x3 WAI::rotateXM3x3 (float theta)