On the second view, it’s not what I’m looking for. Maybe I didn’t make it clear, but I’m looking for roll, pitch and yaw angle components of 3D rotation. rotation_axis is not that, because in the case below:
julia> rotation_axis(UnitQuaternion(RotX(0)))
3-element SArray{Tuple{3},Float64,1,3} with indices SOneTo(3):
1.0
0.0
0.0