|
ellipsoid_tree 0.1.0
Exact intersection tests for ellipsoids and friends
|
Umbrella header — includes the whole ellipsoid_tree public API. More...
#include "ellipsoid_tree/geometry.hpp"#include "ellipsoid_tree/intersections.hpp"#include "ellipsoid_tree/aabb_tree.hpp"#include "ellipsoid_tree/object_tree.hpp"#include "ellipsoid_tree/geometric_sort.hpp"#include "ellipsoid_tree/kd_tree.hpp"#include "ellipsoid_tree/simplex_mesh.hpp"#include "ellipsoid_tree/batch_picker.hpp"Macros | |
| #define | ELLIPSOID_TREE_VERSION_MAJOR 0 |
| #define | ELLIPSOID_TREE_VERSION_MINOR 2 |
| #define | ELLIPSOID_TREE_VERSION_PATCH 0 |
| #define | ELLIPSOID_TREE_STRINGIZE_IMPL(x) #x |
| #define | ELLIPSOID_TREE_STRINGIZE(x) ELLIPSOID_TREE_STRINGIZE_IMPL(x) |
| #define | ELLIPSOID_TREE_VERSION |
Umbrella header — includes the whole ellipsoid_tree public API.
ellipsoid_tree: ellipsoid intersection tests and spatial trees. Header-only C++17; depends only on Eigen. https://github.com/NickAlger/ellipsoid_tree
| #define ELLIPSOID_TREE_VERSION_MAJOR 0 |
| #define ELLIPSOID_TREE_VERSION_MINOR 2 |
| #define ELLIPSOID_TREE_VERSION_PATCH 0 |
| #define ELLIPSOID_TREE_STRINGIZE_IMPL | ( | x | ) | #x |
| #define ELLIPSOID_TREE_STRINGIZE | ( | x | ) | ELLIPSOID_TREE_STRINGIZE_IMPL(x) |
| #define ELLIPSOID_TREE_VERSION |