Other Useful Classes
Some other useful classes to use:
Pose2d
This class can store an (x, y, heading) and has functionality like converting to string or vector.
Vector3
This class can store an (x, y) and has functionality like transposing, rotating, normalizing, and more.
Last updated