RotateXYZ Method

Summary

Rotates the 3D object in the container by specified amounts on the x-axis, y-axis, and z-axis.

Syntax
C#
VB
C++
public void RotateXYZ( 
   float x, 
   float y, 
   float z 
) 
  
Public Sub RotateXYZ( _ 
   ByVal x As Single, _ 
   ByVal y As Single, _ 
   ByVal z As Single _ 
)  
public: 
void RotateXYZ(  
   float x, 
   float y, 
   float z 
)  

Parameters

x
The amount of rotation on the x-axis.

y
The amount of rotation on the y-axis.

z
The amount of rotation on the z-axis.

Remarks

This will set the rotation of the 3D object to these values.

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