C#
VB
C++
Rotates the 3D object in the container by the specified amount on the z-axis.
public void RotateZ(
float z
)
Public Sub RotateZ( _
ByVal z As Single _
)
public:
void RotateZ(
float z
)
z
The amount of rotation on the z-axis.
This will add the amount of rotation to the current rotation angle of the 3D object.
For an example, refer to RotateX
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET