Skip to content

operator documentation "<" and ">" are missing for Vector types. #6177

@albinaask

Description

@albinaask

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

No one assigned

    Labels

    area:class referenceIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryenhancement

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions