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