![]()  | 
  
    CS488 PA7
    
   | 
 
#include <Triangle.h>
Public Attributes | |
| Color | backColor | 
| Color | frontColor | 
| Matrix< 4, 3 > | normals | 
| Matrix< 4, 3 > | vertices | 
A simple encapsulation of a Triangle.
| Color Triangle::backColor | 
The color of the front face.
| Color Triangle::frontColor | 
The color of the back face.
| Matrix<4, 3> Triangle::normals | 
The normal vectors at the vertices.
| Matrix<4, 3> Triangle::vertices | 
The vertices.
 1.8.13