Domain

interface Domain<in T : Any>

A simple geometric domain.

Parameters

T

the type of element of this domain.

Functions

contains
Link copied to clipboard
common
abstract operator fun contains(point: Point<T>): Boolean
Checks if the specified point is contained in this domain.

Properties

dimension
Link copied to clipboard
common
abstract val dimension: Int
Number of hyperspace dimensions.

Inheritors

DoubleDomain
Link copied to clipboard

Sources

common source
Link copied to clipboard