Shape

interface Shape<P : Position<P>?>

A Shape, representing an partition of the space where a Position may lie in.

Parameters

<P>

position type

Functions

Link copied to clipboard
abstract fun contains(position: P): Boolean

Inheritors

Link copied to clipboard