Commit Graph

4 Commits

Author SHA1 Message Date
orange 24a80c4f14 Adds comparison operators to Vector types
Adds less than, greater than, less than or equal, and greater than or equal operators to the Vector2, Vector3 and Vector4 classes.
The comparison is based on the lengths of the vectors.

Adds corresponding unit tests.
2025-08-12 08:54:33 +03:00
orange 4406e1e461 changed code style 2025-05-03 20:31:59 +03:00
orange d8c653d730 fixed tests includes 2025-03-21 04:58:28 +03:00
orange d5d1260784 changed source files naming 2025-03-21 04:30:17 +03:00