Conscience Core
hull.h
Go to the documentation of this file.
1 #ifndef CoreObjects_Exchange_Common_hull_h
2 #define CoreObjects_Exchange_Common_hull_h
3 
4 #include "Axiomes/Csc3dTypes.h"
5 
6 #include <vector>
7 
8 using std::vector;
9 using namespace conscience_core::axiomes;
10 
12 
16 void buildConvexHull(vector<const CscPoint3d *> &newPositions, vector<CscPoint3d *> &newNormals, vector<const CscPolygon *> &newPolygons);
17 
18 }
19 #endif
conscience_core::axiomes
Definition: Csc2dTypes.cpp:9
conscience_core::core_objects::exchange
Definition: CscEntityModelData.cpp:9
Csc3dTypes.h
conscience_core::core_objects::exchange::buildConvexHull
void buildConvexHull(vector< const CscPoint3d * > &newPositions, vector< CscPoint3d * > &newNormals, vector< const CscPolygon * > &newPolygons)
Definition: hull.cpp:11