Do you think the Quaternion.operator* description could be rephrased?

Here’s the linked article.

This is the description in question:

One suggestion made by another user said this:

Mentioning the reasoning as:

Yes I see your point, this needs describing in more detail and with less ambiguity because rotation multiplication is not commutatitve (i.e. the order matters!). I’ll clarify the docs. Thanks for the feedback!

The summary has been updated. The fix is now online! (the description inside the page already mentioned the non-commutative nature of the operations).

1 Like

Now it has two Descriptions and Parameters. An error?

No, it’s because you can multiple a quaternion * quaternion, and a point * quaternion. These each have separate signatures, so they have a separate section. (However… I noticed now that the parameters of the 2nd signature have no description! I’ll fix this for the next update :smile: )