OpenGLRotate 方法 |
| 名称 | 说明 | |
|---|---|---|
| Rotate(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).
| |
| Rotate(Double, Double, Double, Double) |
This function applies a rotation transformation to the current matrix.
| |
| Rotate(Single, Single, Single, Single) |
This function applies a rotation transformation to the current matrix.
|