www.mxdraw.com
|
构造函数
McGeCircArc2d(const McGePoint2d& startPoint, const McGePoint2d& point, const McGePoint2d& endPoint);
参数 |
说明 |
const McGePoint2d& startPoint |
输入弧线的起始点 |
const McGePoint2d& point |
输入弧线上的点 |
const McGePoint2d& endPoint |
输入弧线的终止点 |
通过这三点建构一弧线。这三点不能重复也不能共线的。这个建构器只能建构弧线,不能用于建构圆。