|
EBGeometry
Compact, header-only C++ library for fast evaluation of signed distance functions
|
Result of getClosestTriangle(): the signed distance to the closest triangle and that triangle's metadata. More...
#include <EBGeometry_MeshDistanceFunctions.hpp>
Public Attributes | |
| T | signedDistance = std::numeric_limits<T>::max() |
| Signed distance to the closest triangle. | |
| Meta | metaData {} |
| Metadata of the closest triangle. | |
Result of getClosestTriangle(): the signed distance to the closest triangle and that triangle's metadata.
Recovers per-triangle metadata for the single nearest triangle through the SIMD SoA path. signedDistance equals what signedDistance() returns for the same point.