|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MeshPrimitives
Simple interface summarizing collections of mesh primitives,
namely, lists of indexed Vertices,
Edges and Faces.
| Method Summary | |
|---|---|
java.util.List<Edge> |
getEdges()
Returns an unmodifiable list of edges. |
java.util.List<Face> |
getFaces()
Returns an unmodifiable list of faces. |
java.util.List<Vertex> |
getVertices()
Returns an unmodifiable list of vertices. |
| Method Detail |
|---|
java.util.List<Vertex> getVertices()
java.util.List<Edge> getEdges()
java.util.List<Face> getFaces()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||