BoundedFace

class BoundedFace(edge: XHalfEdge, origins: List<ShapeProvider>, val contour: ShapeContour) : XFace(source)

A bounded face of an arrangement.

Constructors

Link copied to clipboard
constructor(edge: XHalfEdge, origins: List<ShapeProvider>, contour: ShapeContour)

Properties

Link copied to clipboard
val contour: ShapeContour

The geometric representation of this face.

Link copied to clipboard

An arbitrary half-edge incident to this face.

Link copied to clipboard
val origins: List<ShapeProvider>

The shapes of which this face is a subset.