us.ihmc.utilities.math.geometry
Class ConvexPolygon2dAndConnectingEdges
java.lang.Object
us.ihmc.utilities.math.geometry.ConvexPolygon2dAndConnectingEdges
public class ConvexPolygon2dAndConnectingEdges
- extends java.lang.Object
Title:
Description:
Copyright: Copyright (c) 2006
Company:
- Version:
- 1.0
- Author:
- not attributable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvexPolygon2dAndConnectingEdges
public ConvexPolygon2dAndConnectingEdges(ConvexPolygon2d polygon,
LineSegment2d connectingEdge1,
LineSegment2d connectingEdge2)
getConvexPolygon2d
public ConvexPolygon2d getConvexPolygon2d()
getConnectingEdge1
public LineSegment2d getConnectingEdge1()
getConnectingEdge2
public LineSegment2d getConnectingEdge2()