Filler class abstract

Implementers

Constructors

Filler(FillerConfig? config)

Properties

config FillerConfig
Protected getter to access config from subclasses
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildFillLines(List<PointD> points, FillerConfig? config) List<Line>
connectLines(List<PointD> polygon, List<Line> lines) List<Line>
createdSortedEdges(List<PointD> vertices) List<Edge>
edgeSorter(Edge e1, Edge e2) int
fill(List<PointD> points) OpSet
fillPolygon(List<PointD> points, FillerConfig config, bool connectEnds) OpSet
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderLines(List<Line> lines, FillerConfig config) List<Op>
splitOnIntersections(List<PointD> polygon, Line segment) List<Line>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited