See: Description
| Class | Description |
|---|---|
| BottomUpBSPTreeConstruction |
Class containing tutorial code for constructing a 2D BSP tree using
a bottom-up approach.
|
| BSPTreeSVGWriter |
Class for writing SVG visualizations of 2D BSP trees.
|
| BSPTreeUnion |
Class containing tutorial code for computing the union of two trees.
|
| BSPTreeXor |
Class containing tutorial code for computing the xor result of two trees.
|
| HexagonPartitionedRegion |
Class containing tutorial code for constructing a balanced tree using a
partitioned region builder.
|
| HexagonStructuralCut |
Class containing tutorial code for constructing a balanced tree using a single
structural cut.
|
| HexagonUnbalanced |
Class containing tutorial code for constructing an unbalanced BSP tree for a hexagon.
|
| TopDownBSPTreeConstruction |
Class containing tutorial code for constructing a 2D BSP tree using
a top-down approach.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.