CCCoreLib
CCCoreLib copied to clipboard
C++ library which provides data structures & algorithms for working with 3D point cloud data
For our workflows it's handy to have a distribution target for feeding to artifactory. This change extends the cmake build to provide one. For example: ``` $ make dist Scanning...
Note: This branch is untested. It _does_ compile. I have a heavily refactored version of `resampleCloudSpatially` that supports multi-threading. In terms of licensing, ideally I could contribute that upstream rather...
I wanted to start a discussion about [GTE (Geometric Tools Engine)](https://www.geometrictools.com/index.html) I have been experimenting with the library over the last few days, and given the [permissive license](https://www.boost.org/LICENSE_1_0.txt) and covering...
**Describe the feature you would like** As we've long-discussed, some form of auto-formatting is required. I've created the following clang-format file as a starting point based off of our current...
**Describe the feature you would like** Replacing these constants with inlines would make code more readable and help eliminate casting and compiler warnings. ```cpp CCLib::CC_RAD_TO_DEG*phi ``` becomes ```cpp CCLib::radiansToDegrees( phi...
**Describe the bug** The cmake files were rewritten for this library and they use the "modern" approach. This means that they use `find_package` CONFIG mode to find libraries and then...
**Describe the bug** Several files are missing a namespace: - [ ] CCGeom.h - [ ] CCShareable.h - [ ] CCTypes.h (these types are used in a lot of places)...
Please see commits for details.
software:    code:   