Domain

interface Domain<in T : Any>(source)

A simple geometric domain.

Parameters

T

the type of element of this domain.

Inheritors

Functions

Link copied to clipboard
abstract operator fun contains(point: Point<T>): Boolean

Checks if the specified point is contained in this domain.

Properties

Link copied to clipboard
abstract val dimension: Int

Number of hyperspace dimensions.