Antal.Ai - Virtual Makeup
Public Member Functions | Public Attributes | List of all members
visualization::Triangle Class Reference

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.
 

Detailed Description

Represents a triangle with vertex indices.

This class is used to represent a triangle by storing the indices of its vertices.


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