#include <rModel.h>
Public Member Functions | |
Vec3 (REAL a=0, REAL b=0, REAL c=0) | |
~Vec3 () | |
REAL | Norm () |
Vec3 | operator * (REAL y) |
void | operator+= (const Vec3 &y) |
void | RenderVertex () |
void | RenderNormal () |
Public Attributes | |
float | x [3] |
Definition at line 38 of file rModel.h.
REAL Vec3::Norm | ( | ) | [inline] |
void Vec3::operator+= | ( | const Vec3 & | y | ) | [inline] |
void Vec3::RenderVertex | ( | ) |
Definition at line 46 of file rModel.cpp.
References x.
Referenced by gSpark::Render().
void Vec3::RenderNormal | ( | ) |
float Vec3::x[3] |
Definition at line 40 of file rModel.h.
Referenced by gSpark::gSpark(), rModel::Load(), Norm(), operator *(), operator+=(), RenderNormal(), RenderVertex(), gSpark::Timestep(), and Vec3().