RotateY Method

Summary

Rotates the 3D object in the container by the specified amount on the y-axis.

Syntax
C#
VB
C++
public void RotateY( 
   float y 
) 
  
Public Sub RotateY( _ 
   ByVal y As Single _ 
)  
public: 
void RotateY(  
   float y 
)  

Parameters

y
The amount of rotation on the y-axis.

Remarks

This will add the amount of rotation to the current rotation angle of the 3D object.

Example

For an example, refer to RotateX

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly