#include <cstddef>
#include <cmath>
#include <vector>
#include <boost/chrono.hpp>
#include <mcl_3dl/chunked_kdtree.h>
#include <mcl_3dl/raycast.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | performanceTestRaycast (const float chunk_size) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 89 of file performance_raycast.cpp.
void performanceTestRaycast | ( | const float | chunk_size | ) |
Definition at line 39 of file performance_raycast.cpp.