Antal.Ai - Virtual Makeup
|
Represents a triangle with vertex indices. More...
#include <FaceDrawer.h>
Public Member Functions | |
Triangle (int a, int b, int c) | |
Public Attributes | |
int | A |
Index of the first vertex of the triangle. | |
int | B |
Index of the second vertex of the triangle. | |
int | C |
Index of the third vertex of the triangle. | |
Represents a triangle with vertex indices.
This class is used to represent a triangle by storing the indices of its vertices.