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
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.