Uses of Class
org.apache.commons.geometry.io.euclidean.threed.obj.PolygonObjParser.Face
-
Packages that use PolygonObjParser.Face 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 PolygonObjParser.Face in org.apache.commons.geometry.io.euclidean.threed.obj
Methods in org.apache.commons.geometry.io.euclidean.threed.obj that return PolygonObjParser.Face Modifier and Type Method Description protected PolygonObjParser.Face
AbstractObjPolygonReader. readFace()
Return the next face from the OBJ content or null if no face is found.PolygonObjParser.Face
PolygonObjParser. readFace()
Read an OBJ face definition from the current line.
-