/*
*@func GetPointToLineSegmentDistance
*@brief 获取点到线段所在直线的最短距离
*@input pt 输入点
*@input start 线段首端
*@input end 线段末端
*@output dis 点到线段距离
*@return 成功返回0,失败返回非0
*@author GhY
*@date 2023年2月13日
*@version v1.0.0
*/
bool _ALGORITHM_DEC_API GetPointToLineSegmentDistance(Vector3d &pt, Vector3d &start, Vector3d &end, d
获取点到线段所在直线的最短距离
最新推荐文章于 2025-07-31 16:35:06 发布