OptoInspect3D Inline - alg3Dlib  3.4.0
Library for measured 3D data processing
API-Changes in version 3
Removed functions:
Signature changes:
  • Function ALG3D_findKNearestNeighbors(): The startRadius parameter is no longer needed.
  • Function ALG3D_readSTL(): The old version just read the points from the STL. The new version preprocesses these points and returns them as an array of points and an array of indices into the array of points (3 consecutive indices form a triangle).
Handling of triangle meshes: