#include <jtriangle.hpp>
Public Methods | |
simpleVertex (const simpleVertex &obj) | |
void | draw () |
void | tform () |
Public Attributes | |
vect3f | pos |
|
Definition at line 51 of file jtriangle.hpp. 00052 { 00053 pos = obj.pos; 00054 } |
|
Definition at line 56 of file jtriangle.hpp. 00057 { 00058 glVertex3fv(pos.v); 00059 } |
|
Definition at line 61 of file jtriangle.hpp. 00062 { 00063 mstack.tform(pos); 00064 } |
|
Definition at line 49 of file jtriangle.hpp. Referenced by simpleVertex().
|