public static class TetMesh.PointLocation
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
TetMesh.Edge | 
edge()
Returns the edge. 
 | 
TetMesh.Face | 
face()
Returns the face. 
 | 
boolean | 
isInside()
Determines whether this location is inside a tet. 
 | 
boolean | 
isOnEdge()
Determines whether this location is on an edge. 
 | 
boolean | 
isOnFace()
Determines whether this location is on a face. 
 | 
boolean | 
isOnNode()
Determines whether this location is on a node. 
 | 
boolean | 
isOutside()
Determines whether this location is outside the mesh. 
 | 
TetMesh.Node | 
node()
Returns the node. 
 | 
TetMesh.Tet | 
tet()
Returns the tet corresponding to the point location. 
 | 
public boolean isOnNode()
public boolean isOnEdge()
public boolean isOnFace()
public boolean isInside()
public boolean isOutside()
public TetMesh.Node node()
public TetMesh.Edge edge()
public TetMesh.Face face()
public TetMesh.Tet tet()