Polygon2D
data class Polygon2D(val vertices: NonEmptyList<Vector2D>, val tolerance: Double) : AbstractSurface2D
Planar polygon consisting of a list of vertices.
Parameters
vertices
vertices of the polygon must be located in a plane
Planar polygon consisting of a list of vertices.
vertices of the polygon must be located in a plane