예제 #1
0
 public HEC_Polygon setPolygon(final WB_SimplePolygon2D poly) {
   polygon = poly.toPolygon();
   return this;
 }
예제 #2
0
 public HEC_Polygon(final WB_SimplePolygon2D poly, final double d) {
   this();
   override = true;
   polygon = poly.toPolygon();
   thickness = d;
 }