←Select platform

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical3D Assembly
Click or drag to resize