14 #include <argos3/core/utility/math/vector3.h>
23 typedef std::vector<UInt32>
TEdge;
28 SFace(
const std::vector<CVector3>& vec_points,
42 CConvexHull(
const std::vector<CVector3>& vec_points);
49 std::vector<SFace> m_vecFaces;
50 std::vector<CVector3> m_vecPoints;
unsigned int UInt32
32-bit unsigned integer.
float Real
Collects all ARGoS code.
The namespace containing all the ARGoS related code.
std::vector< UInt32 > TEdge
CConvexHull(const std::vector< CVector3 > &vec_points)
const std::vector< SFace > & GetFaces() const
std::array< UInt32, 3 > VertexIndices
SFace(const std::vector< CVector3 > &vec_points, UInt32 un_A, UInt32 un_B, UInt32 un_C, UInt32 un_inside_point)