stl v0.1.0 STL.Parser.Stream
A single-pass streamed STL Parser. Implements STL.Parser behaviour. Also includes triangle count, STL bounding box analysis, and total model surface area analysis steps during parsing.
Link to this section Summary
Functions
Callback implementation for STL.Parser.parse!/1.
Callback implementation for STL.Parser.parse_file!/1.
Link to this section Functions
    
      
      Link to this function
    
    
  parse!(binary)
Callback implementation for STL.Parser.parse!/1.
    
      
      Link to this function
    
    
  parse_file!(file)
Callback implementation for STL.Parser.parse_file!/1.