18 #ifndef PRTX_MESHUTILS_H_ 19 #define PRTX_MESHUTILS_H_ 21 #include "prtx/Mesh.h" std::vector< uint32_t > IndexVector
vector of indices
Definition: Mesh.h:38
std::vector< double > DoubleVector
vector of double
Definition: Types.h:32
MeshPtr createTriangulatedMesh(const MeshPtr &mesh, IndexVector *triangle2FaceMap=0)
The Procedural Runtime eXtension namespace. The prtx namespace contains the tools to extend the Proce...
Definition: AnnotationBuilder.h:35
std::shared_ptr< Mesh > MeshPtr
shared Mesh pointer
Definition: DataBackend.h:41
void transformCoords(DoubleVector &coords, const DoubleVector &matrix)