RotationAxisAngle

3D rotation represented by a rotation around a given axis.

If normalization of the rotation axis fails the rotation is treated as an invalid transform, unless the angle is zero in which case it is treated as an identity.

Rerun datatype rerun-datatype

RotationAxisAngle

Arrow datatype arrow-datatype

Struct {
    axis: FixedSizeList<3, float32>
    angle: float32
}

Used by used-by