|
BIMHome v1.0.0
BIMHome接口文档说明
|
#include <Point2D.h>
Public 成员函数 | |
| virtual Geometry2D * | copy (void) const |
| Base::Vector2d | getPoint () const |
| 获取点 | |
| Point2D () | |
| Point2D (Base::Vector2d point) | |
| 构造二维点 | |
| void | setPoint (const Base::Vector2d &pt) |
| 设置点 | |
Public 成员函数 继承自 Geometry2D | |
| Geometry2D * | clone (void) const |
| Geometry2D () | |
| Geometry2DType | getType () const |
| virtual | ~Geometry2D () |
Private 属性 | |
| Base::Vector2d | mPoint |
额外继承的成员函数 | |
Protected 属性 继承自 Geometry2D | |
| Geometry2DType | mType |