Class Shape
- java.lang.Object
-
- de.cerus.packetmaps.core.screen.threedim.shape.Shape
-
- Direct Known Subclasses:
Triangle
public abstract class Shape extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Shape()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.util.List<Vertex>getVertices()abstract intgetVerticesCount()
-
-
-
Method Detail
-
getVertices
public abstract java.util.List<Vertex> getVertices()
-
getVerticesCount
public abstract int getVerticesCount()
-
-