Uses of Class
org.apache.commons.geometry.io.euclidean.threed.GeometryFormat3D
-
Packages that use GeometryFormat3D 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 GeometryFormat3D in org.apache.commons.geometry.io.euclidean.threed
Methods in org.apache.commons.geometry.io.euclidean.threed that return GeometryFormat3D Modifier and Type Method Description static GeometryFormat3D
GeometryFormat3D. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GeometryFormat3D[]
GeometryFormat3D. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-