CS488 PA7
Public Attributes | List of all members
Triangle Struct Reference

#include <Triangle.h>

Public Attributes

Color backColor
 
Color frontColor
 
Matrix< 4, 3 > normals
 
Matrix< 4, 3 > vertices
 

Detailed Description

A simple encapsulation of a Triangle.

Member Data Documentation

◆ backColor

Color Triangle::backColor

The color of the front face.

◆ frontColor

Color Triangle::frontColor

The color of the back face.

◆ normals

Matrix<4, 3> Triangle::normals

The normal vectors at the vertices.

◆ vertices

Matrix<4, 3> Triangle::vertices

The vertices.


The documentation for this struct was generated from the following file: