OpenGLRotate 方法 (Single, Single, Single) |
This function quickly does three rotations, one about each axis, with the
given angles (it's not an OpenGL function, but very useful).
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void Rotate(
float anglex,
float angley,
float anglez
)
参数
- anglex
- 类型:SystemSingle
The angle to rotate about x. - angley
- 类型:SystemSingle
The angle to rotate about y. - anglez
- 类型:SystemSingle
The angle to rotate about z.
参见