Uses of Class
us.ihmc.utilities.math.geometry.ConvexPolygon2dAndConnectingEdges

Packages that use ConvexPolygon2dAndConnectingEdges
us.ihmc.utilities.math.geometry   
 

Uses of ConvexPolygon2dAndConnectingEdges in us.ihmc.utilities.math.geometry
 

Methods in us.ihmc.utilities.math.geometry that return ConvexPolygon2dAndConnectingEdges
static ConvexPolygon2dAndConnectingEdges ConvexPolygon2d.combineDisjointPolygons(ConvexPolygon2d polygon1, ConvexPolygon2d polygon2)
          Efficiently combines two Disjoint Polygons.