判断两点是否在线的同一侧。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public static bool IsOnSameSide( Point2D point1, Point2D point2, Point2D startPoint, Point2D endPoint ) |
参数
- point1
- Type: SuperMap.Data..::.Point2D
指定的一点。
- point2
- Type: SuperMap.Data..::.Point2D
指定的另一点。
- startPoint
- Type: SuperMap.Data..::.Point2D
指定的直线上的一点。
- endPoint
- Type: SuperMap.Data..::.Point2D
指定的直线上的另一点。