ISimplex_DG Interface
- GetVertexPosition
- GetFaceNormal
- GetFaceNormal1
- GetNormal
- GetNormal1
- GetNormalIndex
- SetNormalIndex
- GetEdge
- GetAdjacentSimplex
- IsInteriorSimplex
UInt64 GetVertexPosition(int index)
VectDg GetFaceNormal()
void GetFaceNormal1(double vx, double vy, double vz)
VectDg GetNormal(int vertex)
void GetNormal1(int vertex, double vx, double vy, double vz)
int GetNormalIndex(int vertex)
void SetNormalIndex(int vertex, int index)
IVertexSegment_DG GetEdge(int side)
ISimplex_DG GetAdjacentSimplex(int side)
bool IsInteriorSimplex()
|