- calculateCenter
void calculateCenter()
Undocumented in source. Be warned that the author may not have intended to support it.
- calculatePrimes
void calculatePrimes()
Undocumented in source. Be warned that the author may not have intended to support it.
- containsVertex
bool containsVertex(MeshPoint point)
Undocumented in source. Be warned that the author may not have intended to support it.
- getB1
vec3 getB1(MeshPoint pPoint, MeshPoint mPoint)
Undocumented in source. Be warned that the author may not have intended to support it.
- getB2
vec3 getB2(MeshPoint pPoint, MeshPoint mPoint)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCentroidPoint
MeshPoint getCentroidPoint()
Undocumented in source. Be warned that the author may not have intended to support it.
- getNeighbor
QuadCell getNeighbor(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNeighborIndex
int getNeighborIndex(QuadCell cell)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNeighborSharingANotB
QuadCell getNeighborSharingANotB(MeshPoint a, MeshPoint b)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNeighborSharingBoth
QuadCell getNeighborSharingBoth(MeshPoint a, MeshPoint b)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasAllNeighbors
bool hasAllNeighbors()
Undocumented in source. Be warned that the author may not have intended to support it.
- setNeighbor
void setNeighbor(int index, QuadCell cell)
Undocumented in source. Be warned that the author may not have intended to support it.