#include <Triangle.h>

Public Member Functions | |
| void | Add (point base) |
| void | Print () |
| void | Render (WireFrame *ptr_frame, double alpha) |
| Triangle () | |
| Triangle (point v0, point v1, point v2) | |
| Triangle (GeoV3 v0, GeoV3 v1, GeoV3 v2) | |
| ~Triangle () | |
Public Member Functions inherited from Polyface | |
| point | Normal () |
| void | Normal_ () |
| Polyface () | |
| point | Trans (GeoV3 V) |
| point | v0 () |
| point | v1 () |
| point | v2 () |
| point | v3 () |
| ~Polyface () | |
Additional Inherited Members | |
Public Attributes inherited from Polyface | |
| point | normal_ |
| vector< point > | vert_list_ |
Definition at line 46 of file Triangle.h.
|
inline |
Definition at line 49 of file Triangle.h.
Definition at line 57 of file Triangle.h.
Definition at line 65 of file Triangle.h.
|
inline |
Definition at line 73 of file Triangle.h.
Definition at line 98 of file Triangle.h.
|
inlinevirtual |
Reimplemented from Polyface.
Definition at line 76 of file Triangle.h.
Reimplemented from Polyface.
Definition at line 87 of file Triangle.h.