计算已知点到已知线的垂足。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public static Point2D ComputePerpendicularPosition( Point2D point, Point2D startPoint, Point2D endPoint ) |
参数
- point
- Type: SuperMap.Data..::.Point2D
已知一点。
- startPoint
- Type: SuperMap.Data..::.Point2D
直线上的一点。
- endPoint
- Type: SuperMap.Data..::.Point2D
直线上的另一点。