|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
Axis-aligned solid box of half-extents half: standard exact box SDF, negative inside.
More...
#include <sdf.hpp>
Public Member Functions | |
| double | eval (const Vec< 3 > &p) const |
Public Attributes | |
| Vec< 3 > | center {} |
| Vec< 3 > | half {0.5, 0.5, 0.5} |
Axis-aligned solid box of half-extents half: standard exact box SDF, negative inside.
Definition at line 41 of file sdf.hpp.
References center, half, peclet::core::geom::detail::norm(), and peclet::core::geom::detail::sub().
| Vec<3> peclet::core::geom::Box::center {} |
| Vec<3> peclet::core::geom::Box::half {0.5, 0.5, 0.5} |