Class StlFileReader

java.lang.Object
boofcv.io.points.impl.StlFileReader

public class StlFileReader extends Object
Reads in a file that's in STL format and saves to a StlDataStructure.
See Also:
  • Field Details

    • opVertexAdd

      public boofcv.io.points.impl.StlFileReader.AddVertex opVertexAdd
      Operation used to add a vertex. This can be used to compress the amount of storage used to save the mesh by re-using vertexes. By default this employs a mindless approach
  • Constructor Details

    • StlFileReader

      public StlFileReader()
  • Method Details