2 Star 4 Fork 3

danel996 / AutoCAD-ObjectArx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CGetPointUtil.h 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
lysjq 提交于 2018-07-15 15:21 . Some ObjectArx class
#pragma once
class CGetPointUtil
{
public:
CGetPointUtil();
~CGetPointUtil();
//求两个3d点连线的中点
static AcGePoint3d GetMiddlePoint(const AcGePoint3d &FirstPoint, const AcGePoint3d &SecondPoint);
//求两个2d点连线的中点
static AcGePoint2d GetMiddlePoint(const AcGePoint2d &FirstPoint, const AcGePoint2d &SecondPoint);
};
1
https://gitee.com/anheihb03dlj/AutoCAD-ObjectArx.git
git@gitee.com:anheihb03dlj/AutoCAD-ObjectArx.git
anheihb03dlj
AutoCAD-ObjectArx
AutoCAD-ObjectArx
master

搜索帮助