AbstractSurface2D

Abstract class for all geometric surface objects in 2D.

Inheritors

Constructors

Link copied to clipboard
constructor()

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

Functions

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

Returns true, if point is located within the surface.