Uses of Class
org.apache.commons.geometry.io.euclidean.threed.obj.AbstractObjParser
-
Packages that use AbstractObjParser Package Description org.apache.commons.geometry.io.euclidean.threed.obj This package contains types for reading and writing the OBJ geometric data file format. -
-
Uses of AbstractObjParser in org.apache.commons.geometry.io.euclidean.threed.obj
Subclasses of AbstractObjParser in org.apache.commons.geometry.io.euclidean.threed.obj Modifier and Type Class Description class
PolygonObjParser
Low-level parser class for reading 3D polygon (face) data in the OBJ file format.
-