CCCoreLib icon indicating copy to clipboard operation
CCCoreLib copied to clipboard

C++ library which provides data structures & algorithms for working with 3D point cloud data

Results 10 CCCoreLib issues
Sort by recently updated
recently updated
newest added

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...

enhancement

**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...

enhancement

**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...

enhancement

**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...

bug
Linux

**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: ![image](https://github.com/user-attachments/assets/8fb999a2-d29e-4455-a3d4-29a54181e8b1) ![image](https://github.com/user-attachments/assets/0a599429-f47e-44bb-8679-bb945caa0ba5) ![image](https://github.com/user-attachments/assets/11b05f8e-3f31-4311-9f32-d95316076a08) code: ![image](https://github.com/user-attachments/assets/0cf1aab0-6455-42ba-9853-3afbd8ac0a5a) ![image](https://github.com/user-attachments/assets/13a6b316-99d9-4601-b1b6-e0413b922a6f) ![image](https://github.com/user-attachments/assets/18706f90-f1fa-4ad0-a997-38a147e58a25)

question