Domain

interface Domain<in T : Any>

A simple geometric domain.

Parameters

T

the type of element of this domain.

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.

Inheritors

Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard