码迷,mamicode.com
首页 > 其他好文 > 详细

变换矩阵

时间:2017-10-10 13:12:40      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:origin   cte   orm   poi   ora   set   tor   double   gem   

AcGePoint3d ptTemp(xTemp, yTemp, 0);
AcGeVector3d vecTemp = AcGePoint3d::kOrigin-ptTemp;
AcGeMatrix3d mat;
double dXzj = _wtof(m_sXzj);
mat.setToRotation(-CConvertUtil::AngleToRadian(dXzj), AcGeVector3d::kZAxis/*ptTemp*/,AcGePoint3d(0, 0, 0));
mat.setTranslation(vecTemp.transformBy(mat));
AcGePoint3d ptRotation = ptInsert.transformBy(mat);
x = decimalNum(ptRotation.x, iJd);
y = decimalNum(ptRotation.y, iJd);

变换矩阵

标签:origin   cte   orm   poi   ora   set   tor   double   gem   

原文地址:http://www.cnblogs.com/xzh1993/p/7644829.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!