|
My Project
|
Define face consisting 3 links to vetices. More...
#include "model/face.h"

Public Member Functions | |
| Face () | |
| Face (int A, int nA, int B, int nB, int C, int nC) | |
| Face (const Face &other) | |
| Face (Face &&other) | |
| ~Face () | |
| Face & | operator= (const Face &face) |
| int | A () |
| int | B () |
| int | C () |
| int | nA () |
| int | nB () |
| int | nC () |
| int | getVertex () |
| int | getNextVertex () |
| int | getNormal () |
| int | getNextNormal () |
Public Attributes | |
| vector< int > | Vertices |
| vector< int > | Normals |
Define face consisting 3 links to vetices.
Contains links to verices
| Face::Face | ( | ) |
| Face::Face | ( | int | A, |
| int | nA, | ||
| int | B, | ||
| int | nB, | ||
| int | C, | ||
| int | nC | ||
| ) |
| Face::Face | ( | const Face & | other | ) |
| Face::Face | ( | Face && | other | ) |
| int Face::A | ( | ) |
| int Face::B | ( | ) |
| int Face::C | ( | ) |
| int Face::getNextNormal | ( | ) |
| int Face::getNextVertex | ( | ) |
| int Face::getNormal | ( | ) |
| int Face::getVertex | ( | ) |
| int Face::nA | ( | ) |
| int Face::nB | ( | ) |
| int Face::nC | ( | ) |
1.8.12