C#
VB
C++
Rotates the 3D object in the container by the specified amount on the y-axis.
public void RotateY(
float y
)
Public Sub RotateY( _
ByVal y As Single _
)
public:
void RotateY(
float y
)
y
The amount of rotation on the y-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