#include <Triangle.h>
Inheritance diagram for Triangle:


Static Public Member Functions | |
| static Vertex | centerOf (const Triangle &t) |
| Compute center of triangle. | |
Public Attributes | |
| Vertex | vertex [3] |
| Array of vertexes. | |
| Color | emission |
| Triangle's own emission (for light sources). | |
| Color | reflectivity |
| Triangle's reflectivity (material property). | |
| Color | radiosity |
| Triangle's computed radiosity. | |
| Color | radiosityLast |
| Working variable of RadiosityRenderer. | |
Definition at line 196 of file Triangle.h.
Array of vertexes.
Definition at line 198 of file Triangle.h.
Referenced by centerOf(), and operator<<().
Triangle's own emission (for light sources).
Definition at line 199 of file Triangle.h.
Referenced by operator<<().
Triangle's reflectivity (material property).
Definition at line 200 of file Triangle.h.
Referenced by operator<<().
Triangle's computed radiosity.
Definition at line 201 of file Triangle.h.
Referenced by operator<<(), and TriangleExt::TriangleExt().
1.5.2