AbstractSurface2D

Abstract class for all geometric surface objects in 2D.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun contains(point: Vector2D): Boolean

Returns true, if point is located within the surface.

Properties

Link copied to clipboard

List of affine transformation matrices to move and rotate the geometric object.

Link copied to clipboard
abstract val tolerance: Double

tolerable threshold value

Inheritors

Link copied to clipboard