C#
VB
C++
Rotates the camera by a specific amount in the specified axis (axes).
Public Function Rotate( _
ByVal x As Single, _
ByVal y As Single, _
ByVal z As Single, _
ByVal axes As Leadtools.Medical3d.Medical3DAxis _
) As Leadtools.Medicalviewer.Point3D
public:
Leadtools.Medicalviewer.Point3D Rotate(
float x,
float y,
float z,
Leadtools.Medical3d.Medical3DAxis axes
)
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.
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