旋转坐标系

Posted rf8862

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了旋转坐标系相关的知识,希望对你有一定的参考价值。

 

        Origin on WCS point: 0,0,6150
        Rotation of the Zaxis: -90 degrees
        Rotation of the Yaxis: 6 degrees
        Rotation of the Xaxis: 35 degrees
        Rotation of the Yaxis: -9- degrees
        Dim UCS As Matrix3d = Matrix3d.Identity * _
                              Matrix3d.Displacement(New Vector3d(0.0, 0.0, 6150.0)) * _
                              Matrix3d.Rotation(Math.PI / -2.0, Vector3d.ZAxis, Point3d.Origin) * _
                              Matrix3d.Rotation(Math.PI / 30.0, Vector3d.YAxis, Point3d.Origin) * _
                              Matrix3d.Rotation(7.0 * Math.PI / 36.0, Vector3d.XAxis, Point3d.Origin) * _
                              Matrix3d.Rotation(Math.PI / -20.0, Vector3d.YAxis, Point3d.Origin)

        Dim ed As Editor = ApplicationServices.Application.DocumentManager.MdiActiveDocument.Editor
        ed.CurrentUserCoordinateSystem = UCS

 

以上是关于旋转坐标系的主要内容,如果未能解决你的问题,请参考以下文章

Butterknife 片段旋转给出 NullPointer

[SDOI2018]物理实验 set,扫描线,旋转坐标系

片段着色器中的球面映射

如何在没有活动旋转的情况下旋转活动内的片段?

旋转后片段字段为空

使用导航抽屉旋转时的片段更改