Constructor and Description |
---|
CTriangle(CVertex p0,
CVertex p1,
CVertex p2,
CTetrahedron t1,
CTetrahedron t2) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsBigPoint() |
boolean |
containsPoint(CVertex point) |
boolean |
equals(java.lang.Object o) |
CTetrahedron |
getAdjacentTetrahedron(int index) |
CEdge |
getEdge(int i) |
int |
hashCode() |
CVertex |
oppositeVertex(CEdge e)
TODO: Copy to Triangle
|
void |
setEdge(int i,
CEdge e) |
void |
setNeighbour(int index,
CTetrahedron t) |
circumcenter, circumradius, clone, contains, containsPoint, getArea, getCenter, getCorner, getDimension, getIntersection, getNormal, getP1, getP2, getP3, getPoint, incenter, inradius, orient, toConsole, toConsole, toString, toString
public CTriangle(CVertex p0, CVertex p1, CVertex p2, CTetrahedron t1, CTetrahedron t2)
public void setNeighbour(int index, CTetrahedron t)
public CTetrahedron getAdjacentTetrahedron(int index)
public CEdge getEdge(int i)
public void setEdge(int i, CEdge e)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean containsPoint(CVertex point)
public boolean containsBigPoint()