$search
#include <math.h>
Public Member Functions | |
Vector | ComputeNormal () |
assumes CCW ordering of vertices | |
Vector & | operator[] (int i) |
const Vector & | operator[] (int i) const |
TRIANGLE (const Vector &v1, const Vector &v2, const Vector &v3) | |
TRIANGLE () | |
~TRIANGLE () | |
Public Attributes | |
Vector | v1 |
Vector | v2 |
Vector | v3 |
the vertices of the triangle |
Definition at line 650 of file math.h.
Vector TRIANGLE::ComputeNormal | ( | ) | [inline] |