|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.mines.jtk.mesh.TriMesh.PointLocation
public static class TriMesh.PointLocation
The location of a point relative to the mesh. A point is either on a node, on an edge, inside a triangle, or outside the mesh.
| Method Summary | |
|---|---|
TriMesh.Edge |
edge()
Returns the edge. |
boolean |
isInside()
Determines whether this location is inside a tri. |
boolean |
isOnEdge()
Determines whether this location is on an edge. |
boolean |
isOnNode()
Determines whether this location is on a node. |
boolean |
isOutside()
Determines whether this location is outside the mesh. |
TriMesh.Node |
node()
Returns the node. |
TriMesh.Tri |
tri()
Returns the tri corresponding to the point location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isOnNode()
public boolean isOnEdge()
public boolean isInside()
public boolean isOutside()
public TriMesh.Node node()
public TriMesh.Edge edge()
public TriMesh.Tri tri()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||