godotengine / godotengine/godot-docs
Quaternion page: Order of properties varies
- Dominant language
- reStructuredText
- Stars
- 5.7k
- Forks
- 3.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 25
Description
**Your Godot version:**
Godot 4.3 stable
**Issue description:**
There seems to be a difference in the order of the variable names on the Quaternion page.
The constructor uses xyzw, which makes sense. But the table in Properties as well as Property Descriptions lists the w first.
Streamlining them would make it easier to remember and quickly see the order Godot uses.
**URL to the documentation page:**
Page: https://docs.godotengine.org/en/stable/classes/class_quaternion.html
Source: https://github.com/godotengine/godot-docs/blob/master/classes/class_quaternion.rst?plain=1
Which seems to be generated from this:
https://github.com/godotengine/godot/blob/master/doc/classes/Quaternion.xml
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.