times

operator fun times(other: Rotation): Rotation

Applies other and then this rotation (quaternion product, not commutative).


operator fun times(d: Direction): Direction

This rotation applied to a direction vector.