7 lines
384 B
7 lines
384 B
4 months ago
|
#pragma once
|
||
|
|
||
|
#include <utils/fwd_types.hpp>
|
||
|
|
||
|
ISNP_API tetrahedron_mesh_t generate_tetrahedron_background_mesh(uint32_t resolution,
|
||
|
const Eigen::Ref<const raw_point_t>& aabb_min,
|
||
|
const Eigen::Ref<const raw_point_t>& aabb_max);
|