rotateX method
Implementation
void rotateX(double angle) {
operations.add(
SmoothOperation(
operation: SmoothMatrix4OperationType.rotate, rotationX: angle),
);
}
void rotateX(double angle) {
operations.add(
SmoothOperation(
operation: SmoothMatrix4OperationType.rotate, rotationX: angle),
);
}