// 点群を包含する十分大きな正三角形を求める public static LDPolygon getHugeTriangle(LDPointList form) { return(getHugeTriangle(PointUtil.getBoundingRect(form))); }