public class RegionBSPTree3DPerformance extends Object
RegionBSPTree3D class.| Modifier and Type | Class and Description |
|---|---|
static class |
RegionBSPTree3DPerformance.SphericalBoundaryInput
Class providing a list of boundaries for a sphere approximation.
|
static class |
RegionBSPTree3DPerformance.SphericalBoundaryInputBase
Base class for inputs that use sphere approximation boundaries.
|
static class |
RegionBSPTree3DPerformance.WorstCaseSphericalRegionInput
Class providing a region approximating a spherical boundary.
|
| Constructor and Description |
|---|
RegionBSPTree3DPerformance() |
| Modifier and Type | Method and Description |
|---|---|
List<PlaneConvexSubset> |
boundaryConvexWorstCase(RegionBSPTree3DPerformance.WorstCaseSphericalRegionInput input)
Benchmark testing the performance of boundary determination using a tree with a worst-case,
unbalanced structure.
|
RegionBSPTree3D |
insertConvexWorstCase(RegionBSPTree3DPerformance.SphericalBoundaryInput input)
Benchmark testing the performance of tree creation for a convex region.
|
public RegionBSPTree3D insertConvexWorstCase(RegionBSPTree3DPerformance.SphericalBoundaryInput input)
input - benchmark boundary inputpublic List<PlaneConvexSubset> boundaryConvexWorstCase(RegionBSPTree3DPerformance.WorstCaseSphericalRegionInput input)
input - input treeCopyright © 2016–2020 The Apache Software Foundation. All rights reserved.