静态函数,返回以center为中心,scallAll为比例的缩放矩阵
static McGeMatrix3d scaling(double scaleAll, const McGePoint3d& center = McGePoint3d::kOrigin);
参数 |
说明 |
double scaleAll |
缩放比例 |
const McGePoint3d& center = McGePoint3d::kOrigin |
缩放参考中心 |
返回生成的缩放矩阵