Node class
Properties
Methods
-
allPolygons(
) → List< Polygon> -
build(
List< Polygon> polygons) → void -
clipPolygons(
List< Polygon> polygons) → List<Polygon> -
clipTo(
Node bsp) → void -
clone(
) → Node -
invert(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited