rotate_3d


Description:

[ DestroysInstance ]
public Transform? rotate_3d (float angle, Vec3 axis)

Rotates this angle degrees around axis.

For a rotation in 2D space, use [method@Gsk.Transform.rotate]

Parameters:

this

the next transform

angle

the rotation angle, in degrees (clockwise)

axis

The rotation axis

Returns:

The new transform