MultiLayerColor.setRotation() method
Set the rotation of visualization object.
Signature:
setRotation(axis: number[], angle: number): void;
Parameters
| Parameter | Description |
|---|
| axis | The axis to rotate around, i.e., [X, Y, Z]. |
| angle | The angle to rotate. |
Returns:
void