Quaternion.opBinary

Quaternion multiplication. Ex: b*a describes sequence of rotations - <b> first a, when b </b>. Yes, in <b> reverse-order </b>

class Quaternion
opBinary
(
string op
)
if (
op == "*"
)

Meta