Uses of Class
org.apache.commons.geometry.io.euclidean.threed.BoundaryIOManager3D
-
Packages that use BoundaryIOManager3D Package Description org.apache.commons.geometry.io.euclidean.threed This package contains the core interfaces and classes providing IO functionality for Euclidean 3D space. -
-
Uses of BoundaryIOManager3D in org.apache.commons.geometry.io.euclidean.threed
Fields in org.apache.commons.geometry.io.euclidean.threed declared as BoundaryIOManager3D Modifier and Type Field Description private static BoundaryIOManager3D
IO3D.ManagerHolder. DEFAULT_MANAGER
Default IO manager instance.Methods in org.apache.commons.geometry.io.euclidean.threed that return BoundaryIOManager3D Modifier and Type Method Description static BoundaryIOManager3D
IO3D. getDefaultManager()
Get the defaultBoundaryIOManager3D
instance.
-