Package-level declarations

Types

Link copied to clipboard
class BoundingBox2D(centerPoint: Point2D<Double>, width: Double, height: Double, hitBorder: Double)

A 2D bounding box.

Link copied to clipboard
data class Offset2D<T : Number>(val x: T, val y: T)

A 2D offset.

Link copied to clipboard
data class Point2D<T : Number>(val x: T, val y: T)

A 2D point.