摘要: // 获取交点 bool CCommonFunction::getCross(AcGePoint3d& line1_pt1, AcGePoint3d& line1_pt2, AcGePoint3d& line2_pt1,AcGePoint3d& line2_pt2, AcGePoint3d& pt) 阅读全文
posted @ 2020-07-01 17:23 久龄 阅读(44) 评论(0) 推荐(0) 编辑
摘要: //若点a大于点b,即点a在点b顺时针方向,返回true,否则返回falsebool PointCmp(AcGePoint2d& a,AcGePoint2d& b,AcGePoint2d& center){ if (a.x >= 0 && b.x < 0) return true; if (a.x 阅读全文
posted @ 2020-07-01 17:21 久龄 阅读(24) 评论(0) 推荐(0) 编辑