rotate_3d
Description:
Rotates this angle degrees around axis.
For a rotation in 2D space, use [method@Gsk.Transform.rotate]
This function consumes this. Use [method@Gsk.Transform.ref] first if you want to keep it around.
Parameters:
| this |
the next transform |
| angle |
the rotation angle, in degrees (clockwise) |
| axis |
The rotation axis |
Returns:
|
The new transform |