Abstract2DShape

abstract class Abstract2DShape<P : Position2D<P>?> : Shape<P>

A bidimensional Alchemist Shape that relies on AWT java.awt.Shape.

Parameters

<P>

position type

Functions

Link copied to clipboard
fun contains(position: P): Boolean
Link copied to clipboard
open fun toString(): String

Inheritors

Link copied to clipboard
Link copied to clipboard