euler

fun euler(pitch: Float = 0.0f, yaw: Float = 0.0f, roll: Float = 0.0f): Rotation

From intrinsic Tait-Bryan angles in degrees, applied Z (roll) then Y (yaw) then X (pitch) — filament-utils' default RotationsOrder.ZYX.