Package-level declarations

Types

Link copied to clipboard

Abstract class for all geometric objects in 2D.

Link copied to clipboard
data class Pose2D(val point: Vector2D, val rotation: Rotation2D)

A pose in 2D consists of a position and an orientation. See the wikipedia article on pose.

Link copied to clipboard
class Rotation2D(angle: Double)

Represents a rotation anticlockwise in 2D.