#include "LiDAR.h"Go to the source code of this file.
Functions | |
| bool | sortcol0 (const std::vector< double > &v0, const std::vector< double > &v1) |
| bool | sortcol1 (const std::vector< double > &v0, const std::vector< double > &v1) |
| size_t | findRayIndexByDirection (const helios::vec3 &scan_origin, const helios::vec3 &intersection_point, const std::vector< helios::vec3 > &ray_directions) |
Primary source file for LiDAR plug-in.
Copyright (C) 2016-2025 Brian Bailey
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file LiDAR.cpp.
| size_t findRayIndexByDirection | ( | const helios::vec3 & | scan_origin, |
| const helios::vec3 & | intersection_point, | ||
| const std::vector< helios::vec3 > & | ray_directions | ||
| ) |
| bool sortcol0 | ( | const std::vector< double > & | v0, |
| const std::vector< double > & | v1 | ||
| ) |