drprojects / point_geometric_features

Python wrapper around C++ utility to compute local geometric features of a point cloud
MIT License
56 stars 5 forks source link

Micro optimization + const correctness #2

Closed rjanvier closed 1 year ago

rjanvier commented 1 year ago

Hi. Thank you for the good work and making this Open Source!

This PR add some micro optimizations to the libs

This address also minor style issues like const correctness, unused headers, use of std C++ arithemtic functions instead of C ones...