Class Triangle
- java.lang.Object
-
- de.cerus.packetmaps.core.screen.threedim.shape.Shape
-
- de.cerus.packetmaps.core.screen.threedim.shape.Triangle
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetColor()VertexgetV1()VertexgetV2()VertexgetV3()java.util.List<Vertex>getVertices()intgetVerticesCount()
-
-
-
Method Detail
-
getV1
public Vertex getV1()
-
getV2
public Vertex getV2()
-
getV3
public Vertex getV3()
-
getVertices
public java.util.List<Vertex> getVertices()
- Specified by:
getVerticesin classShape
-
getVerticesCount
public int getVerticesCount()
- Specified by:
getVerticesCountin classShape
-
-