Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
Loading...
Searching...
No Matches
aabb.h File Reference
#include <cstddef>
#include <span>
#include <type_traits>
#include "clustering/always_assert.h"
#include "clustering/math/detail/aabb_gap_avx2.h"
Include dependency graph for aabb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  clustering
namespace  clustering::math

Functions

template<class T>
clustering::math::pointAabbGapSq (const T *point, std::span< const T > boxMin, std::span< const T > boxMax) noexcept
 Squared gap distance between a point and an axis-aligned bounding box.