Uses of Class
org.apache.commons.geometry.io.euclidean.threed.obj.PolygonObjParser.VertexAttributes
Packages that use PolygonObjParser.VertexAttributes
Package
Description
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.VertexAttributesModifier and TypeFieldDescriptionprivate final 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.VertexAttributesModifier and TypeMethodDescriptionPolygonObjParser.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.VertexAttributesModifier and TypeMethodDescriptionPolygonObjParser.Face.getVertexAttributes()Get the list of vertex attributes for the instance.PolygonObjParser.Face.getVertexAttributesCounterClockwise(Vector3D normal, 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.VertexAttributesModifier and TypeMethodDescriptionprivate int[]PolygonObjParser.Face.getIndices(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.VertexAttributesModifierConstructorDescription(package private)Face(List<PolygonObjParser.VertexAttributes> vertexAttributes) Construct a new instance with the given vertex attributes.