Uses of Class
org.apache.commons.geometry.io.euclidean.threed.obj.PolygonObjParser.VertexAttributes
-
Packages that use PolygonObjParser.VertexAttributes 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.VertexAttributes in org.apache.commons.geometry.io.euclidean.threed.obj
Fields in org.apache.commons.geometry.io.euclidean.threed.obj with type parameters of type PolygonObjParser.VertexAttributes Modifier and Type Field Description private java.util.List<PolygonObjParser.VertexAttributes>PolygonObjParser.Face. vertexAttributesList of vertex attributes for the face.Methods in org.apache.commons.geometry.io.euclidean.threed.obj that return PolygonObjParser.VertexAttributes Modifier and Type Method Description private PolygonObjParser.VertexAttributesPolygonObjParser. readFaceVertex()Read an OBJ face vertex definition from the current parser position.Methods in org.apache.commons.geometry.io.euclidean.threed.obj that return types with arguments of type PolygonObjParser.VertexAttributes Modifier and Type Method Description java.util.List<PolygonObjParser.VertexAttributes>PolygonObjParser.Face. getVertexAttributes()Get the list of vertex attributes for the instance.java.util.List<PolygonObjParser.VertexAttributes>PolygonObjParser.Face. getVertexAttributesCounterClockwise(Vector3D normal, java.util.function.IntFunction<Vector3D> modelVertexFn)Get the vertex attributes for the face listed in the order that produces a counter-clockwise winding of vertices when viewed looking down the given normal direction.Method parameters in org.apache.commons.geometry.io.euclidean.threed.obj with type arguments of type PolygonObjParser.VertexAttributes Modifier and Type Method Description private int[]PolygonObjParser.Face. getIndices(java.util.function.ToIntFunction<PolygonObjParser.VertexAttributes> fn)Get indices for the face, using the given function to extract the value from the vertex attributes.Constructor parameters in org.apache.commons.geometry.io.euclidean.threed.obj with type arguments of type PolygonObjParser.VertexAttributes Constructor Description Face(java.util.List<PolygonObjParser.VertexAttributes> vertexAttributes)Construct a new instance with the given vertex attributes.
-