Package-level declarations

Useful geometry classes

Types

Link copied to clipboard
@Serializable(with = AngleSerializer.class)
public final class Angle implements Comparable<Angle>

Class for representing angles.

Link copied to clipboard
public enum AngleUnit extends Enum<AngleUnit>

A class representing different angle units.

Link copied to clipboard
@Serializable()
public final class Pose2d

Class for representing 2D robot poses (x, y, and heading) and their derivatives.

Link copied to clipboard
@Serializable()
public final class Vector2d

Class for representing 2D vectors (x and y).