-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
area:class referenceIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryenhancement
Milestone
Description
Your Godot version:
3.x, presumably 4.0
Issue description:
The operators less than and equal than is not defined in neither the Vector2 or the Vector3 class docs. This should be documented since it is ambiguous. What this operator compares is in the context of Godot is the euclidean lengths of the vectors compared. However the operator is in other context for example used to compare theta in a circular vector space or to compare the component sum.
URL to the documentation page (if already existing):
https://docs.godotengine.org/en/stable/classes/class_vector2.html
https://docs.godotengine.org/en/stable/classes/class_vector3.html
Metadata
Metadata
Assignees
Labels
area:class referenceIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryenhancement