Package buildengine.math.shape
Class Line
java.lang.Object
buildengine.math.shape.Shape
buildengine.math.shape.Polygon
buildengine.math.shape.Line
Line object, consisting of two vertices
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class buildengine.math.shape.Polygon
getAxes, getRotation, project, setRotation
Methods inherited from class buildengine.math.shape.Shape
getCenter, getDiameter
-
Field Details
-
VERTICES_LENGTH
public static final int VERTICES_LENGTH- See Also:
-
-
Constructor Details
-
Line
-
-
Method Details
-
getVertices
- Overrides:
getVertices
in classPolygon
- Returns:
- vertices of Polygon
-