godot-docs icon indicating copy to clipboard operation
godot-docs copied to clipboard

quaternion multiply operator not documented

Open seocwen opened this issue 4 years ago • 2 comments

https://docs.godotengine.org/en/3.2/classes/class_quat.html

The quat class is missing documentation of the * operator, which is strange because this is the most important thing that quaternion's do. There isn't a * or *= on the whole page.

seocwen avatar Oct 26 '20 14:10 seocwen

Most built-in classes like Vector2/Vector3/Color also don't have their supported operators documented explicitly. We should probably address this for all classes at once.

Calinou avatar Oct 26 '20 15:10 Calinou

This was fixed in godotengine/godot#43419, although not sure it was backported- or at least, docs for stable versions (including the one sent above) weren't regenerated, if it was. The "latest" version has the operators, though: https://docs.godotengine.org/en/latest/classes/class_quaternion.html

jynus avatar Jul 31 '22 10:07 jynus

We need a GD 3.x doc tag in order to be able to label this issue correctly.

Vennnot avatar Apr 25 '23 15:04 Vennnot