A Triangle as defined by PolygonSimplifier.
More...
#include <PolygonSimplifier.hpp>
List of all members.
Detailed Description
A Triangle as defined by PolygonSimplifier.
Constructor & Destructor Documentation
| vl::PolygonSimplifier::Triangle::Triangle |
( |
) |
[inline] |
Member Function Documentation
| void vl::PolygonSimplifier::Triangle::replaceVertex |
( |
Vertex * |
oldv, |
|
|
Vertex * |
newv |
|
) |
| [inline] |
| void vl::PolygonSimplifier::Triangle::computeNormal |
( |
) |
[inline] |
| float vl::PolygonSimplifier::Triangle::computeArea |
( |
) |
const [inline] |
| float vl::PolygonSimplifier::Triangle::computePotentialArea |
( |
const Vertex * |
oldv, |
|
|
const Vertex * |
newv |
|
) |
| const [inline] |
| fvec3 vl::PolygonSimplifier::Triangle::computePotentialNormal |
( |
const Vertex * |
oldv, |
|
|
const Vertex * |
newv |
|
) |
| const [inline] |
| bool vl::PolygonSimplifier::Triangle::hasVertex |
( |
const Vertex * |
v ) |
const [inline] |
| bool vl::PolygonSimplifier::Triangle::checkTriangle |
( |
) |
const [inline] |
| const Vertex* vl::PolygonSimplifier::Triangle::vertex |
( |
int |
index ) |
const [inline] |
| Vertex* vl::PolygonSimplifier::Triangle::vertex |
( |
int |
index ) |
[inline] |
| const fvec3& vl::PolygonSimplifier::Triangle::normal |
( |
) |
const [inline] |
| bool vl::PolygonSimplifier::Triangle::removed |
( |
) |
const [inline] |
ara of the triangle
has this triangle been removed?
Friends And Related Function Documentation
Member Data Documentation
generates the QErr
vertices of the triangle
ara of the triangle
has this triangle been removed?
The documentation for this class was generated from the following file: