Rotate Method

Summary

Rotates the camera by a specific amount in the specified axis (axes).

Syntax
C#
VB
C++
public Point3D Rotate( 
   float x, 
   float y, 
   float z, 
   Medical3DAxis axes 
) 
  
Public Function Rotate( _ 
   ByVal x As Single, _ 
   ByVal y As Single, _ 
   ByVal z As Single, _ 
   ByVal axes As Medical3DAxis _ 
) As Point3D 
public: 
Point3D Rotate(  
   float x, 
   float y, 
   float z, 
   Medical3DAxis axes 
)  

Parameters

x
Amount of rotation in the x-axis.

y
Amount of rotation in the y-axis.

z
Amount of rotation in the z-axis.

axes
Axis (axes) to rotate. You can combine two or more flags.

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