Skip to content

Instantly share code, notes, and snippets.

View tompaana's full-sized avatar

Tomi Paananen tompaana

View GitHub Profile
@tompaana
tompaana / pointcloud.cpp
Last active April 24, 2021 11:01
A simple, generic point cloud class example implemented with C++
/*
* This file is licensed under the MIT License (https://opensource.org/licenses/MIT)
* Developed by Tomi Paananen.
* https://github.com/tompaana/
* http://tomipaananen.azurewebsites.net/?p=2543
*/
#include "pointcloud.h"
#include <limits>