Uses of Class
org.apache.commons.geometry.io.euclidean.threed.stl.BinaryStlFacetDefinition
-
Packages that use BinaryStlFacetDefinition Package Description org.apache.commons.geometry.io.euclidean.threed.stl This package contains types for reading and writing the STL geometric data file format. -
-
Uses of BinaryStlFacetDefinition in org.apache.commons.geometry.io.euclidean.threed.stl
Methods in org.apache.commons.geometry.io.euclidean.threed.stl that return BinaryStlFacetDefinition Modifier and Type Method Description BinaryStlFacetDefinitionBinaryStlFacetDefinitionReader. readFacet()Return the next facet definition from the input source or null if no more facets are available.private BinaryStlFacetDefinitionBinaryStlFacetDefinitionReader. readFacetInternal()Internal method to read a single facet from the input.
-