#include <PolygonContainer.hpp>
const std::vector<uint8_t>& Module::PolygonContainer::getColorComponents |
( |
| ) |
const |
|
inline |
const std::vector<float>& Module::PolygonContainer::getCoordinates |
( |
| ) |
const |
|
inline |
const size_type Module::PolygonContainer::numTriangles |
( |
| ) |
|
|
inline |
const size_type Module::PolygonContainer::numVertices |
( |
| ) |
|
|
inline |
void Module::PolygonContainer::resetUpdates |
( |
| ) |
|
|
inline |
void Module::PolygonContainer::setVertex |
( |
size_type |
faceIndex, |
|
|
short |
vertex, |
|
|
const Vector3 & |
newValue |
|
) |
| |
|
inline |
void Module::PolygonContainer::setVertexColor |
( |
size_type |
faceIndex, |
|
|
short |
vertex, |
|
|
const Color & |
newColor |
|
) |
| |
|
inline |
bool Module::PolygonContainer::wasResized |
( |
| ) |
|
|
inline |
bool Module::PolygonContainer::wasUpdated |
( |
| ) |
|
|
inline |