rotateBy Method

Summary

Rotates the 3D object associated with the Cell3D in a 2-dimensional space.

Syntax

TypeScript
JavaScript
Cell3D.prototype.rotateBy = function( 
   x , 
   y  
) 
   rotateBy(x: number, y: number): void; 

Parameters

x

A number value that references the rotation value on the X-axis.

y

A number value that references the rotation value on the Y-axis.

Remarks

To rotate the cell in a 3D space, use the matrix property.

Requirements

Target Platforms

See Also

Cell3D

Cell3D Members

Leadtools.Controls.Medical Namespace

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

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.