把向量围绕向量axis旋转ang角度,旋转的正方向由右手定则定义
McGeVector3d& rotateBy(double ang, const McGeVector3d& axis);
返回这个矢量的引用
McGeVector3d 方法