コード例 #1
0
 internal static bool LeftOf(Point2d x, AM_Edge pedge)
 {
     return(AM_Util.CCW(x, pedge.OrgCoord(), pedge.DestCoord()));
 }