19#include "Base/DataStructures/Graph/SphericalGraph.h"
20#include "Base/Math/MathTools.h"
21#include "Math/Math3d.h"
41 Face(
int n1,
int n2,
int n3)
49 set(
int n1,
int n2,
int n3)
74 static void generateTetrahedron();
75 static void generateOctahedron();
76 static void generateIcosahedron();
77 static void subDivide();
78 static void projectToSphere(
float fRadius);
80 static int findVertex(Vec3d position,
float fEpsilon);
86 static vector<Vec3d> m_Vertices;
87 static vector<Face> m_Faces;
static void generateGraph(CSphericalGraph *pPlainGraph, EPolyhedronType nBaseType, int nLevels, float fRadius)
Face(int n1, int n2, int n3)
void set(int n1, int n2, int n3)