Uses of Class
org.episteme.core.mathematics.geometry.RegionBSPTree3D
Packages that use RegionBSPTree3D
-
Uses of RegionBSPTree3D in org.episteme.core.mathematics.geometry
Methods in org.episteme.core.mathematics.geometry that return RegionBSPTree3DModifier and TypeMethodDescriptionRegionBSPTree3D.difference(RegionBSPTree3D other) Computes the difference of this region and another (this - other).RegionBSPTree3D.intersection(RegionBSPTree3D other) Computes the intersection of this region and another.RegionBSPTree3D.union(RegionBSPTree3D other) Computes the union of this region and another.Methods in org.episteme.core.mathematics.geometry with parameters of type RegionBSPTree3DModifier and TypeMethodDescriptionRegionBSPTree3D.difference(RegionBSPTree3D other) Computes the difference of this region and another (this - other).RegionBSPTree3D.intersection(RegionBSPTree3D other) Computes the intersection of this region and another.RegionBSPTree3D.union(RegionBSPTree3D other) Computes the union of this region and another.