TrueReality  v0.1.1912
Vec3.h File Reference
#include <trUtil/PlatformMacros.h>
#include <trBase/Vec3f.h>
#include <trBase/Vec3d.h>
Include dependency graph for Vec3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 trBase
 

Typedefs

using trBase::Vec3 = Vec3f
 General purpose 3D Vector. More...
 

Functions

const Vec3 trBase::X_AXIS (1.0, 0.0, 0.0)
 
const Vec3 trBase::Y_AXIS (0.0, 1.0, 0.0)
 
const Vec3 trBase::Z_AXIS (0.0, 0.0, 1.0)