RotationTransform
给出 TransformationFunction,表示在二维平面内,绕原点旋转 θ 角度.
RotationTransform[θ,p]
绕二维点 p 做二维旋转.
RotationTransform[θ,w]
沿三维向量 w 的方向作三维旋转.
RotationTransform[θ,w,p]
绕 w 轴,向 p 点的三维旋转.
RotationTransform[{u,v}]
绕原点旋转,转换向量 u 的方向到向量 v 的方向.
RotationTransform[{u,v},p]
绕点 p 的旋转,转换向量 u 的方向到向量 v 的方向.
RotationTransform[θ,{u,v},…]
在向量 u 和向量 v 确定的平面内,旋转 θ 弧度.
更多信息
- RotationTransform 给出一个可以应用到向量的 TransformationFunction.
- θ Degree 或 θ° 用度数指定角度.
- 在全维中,RotationTransform[θ,{u,v},p] 可以表示关于点 p 的任意旋转.
- 在 RotationTransform[θ,{u,v},p] 中,正 θ 角等于向量 u 与向量 v 的夹角.
- RotationTransform[θ] 等同于 RotationTransform[θ,{{1,0},{0,1}}].
- RotationTransform[θ,w] 等同于 RotationTransform[θ,{u,v}],其中 u⊥w、v⊥w 和 u,v,w 构成右手坐标系.
- RotationTransform[θ,{u,v}] 可以有效地指定 维空间的组 的任何一个元素. RotationTransform[θ,{u,v},p] 可以有效地指定 维空间中,特定的欧几里得组中的任意一个元素.
范例
打开所有单元关闭所有单元范围 (9)
属性和关系 (9)
旋转变换的线性部分由 RotationMatrix 给出:
对于实旋转,线性部分的矩阵是 OrthogonalMatrixQ:
RotationTransform[θ,{u,v}] 的逆是 RotationTransform[-θ,{u,v}]:
RotationTransform[θ,{u,v}] 的逆是 RotationTransform[θ,{v,u}]:
RotationTransform[θ] 的逆由 RotationTransform[-θ] 得到:
RotationTransform[θ,w] 的逆由 RotationTransform[-θ,w] 得到:
RotationTransform[θ,w] 的逆由 RotationTransform[θ,-w] 得到:
用 Rotate 作图形旋转:
文本
Wolfram Research (2007),RotationTransform,Wolfram 语言函数,https://reference.wolfram.com/language/ref/RotationTransform.html.
CMS
Wolfram 语言. 2007. "RotationTransform." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/RotationTransform.html.
APA
Wolfram 语言. (2007). RotationTransform. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/RotationTransform.html 年