SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
WAIMath.h File Reference
#include <math.h>
Include dependency graph for WAIMath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 WAI
 WAI : Where Am I: Collection of duplicate structs for vectors.
 

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)