www.mxdraw.com
|
设置此矩阵到一个 映射标准坐标系原点为(0, 0),轴为(1, 0) 和(0,1)到一个以原点为 origin 轴为 e0 和 e1坐标系的矩阵
McGeMatrix2d& setCoordSystem(const McGePoint2d& origin, const McGeVector2d& e0, const McGeVector2d& e1);
参数 |
说明 |
const McGePoint2d& origin |
输入起点位置 |
const McGeVector2d& e0 |
输入x 轴 |
const McGeVector2d& e1 |
输入y 轴 |
返回该矩阵的引用