![]() |
|
Public Member Functions | |
faceTriangulation () | |
Construct null. | |
faceTriangulation (const pointField &points, const face &f, const bool fallBack=false) | |
Construct from face and points. Decomposition based on average. | |
faceTriangulation (const pointField &points, const face &f, const vector &n, const bool fallBack=false) | |
Construct from face and points and user supplied (unit) normal. | |
faceTriangulation (Istream &) | |
Construct from Istream. |
|
Construct null.
|
|
Construct from face and points. Decomposition based on average. normal. After construction *this is size 0 or holds the triangles. If fallBack and triangulation fails does naive triangulation and never returns 0 size. |
|
Construct from face and points and user supplied (unit) normal. After construction *this is size 0 or holds the triangles. If fallBack and triangulation fails does naive triangulation and never returns 0 size. |
|
Construct from Istream.
|