Go to the source code of this file.
|
template<typename Real > |
auto | tatooine::rendering::render (AABB3< Real > const &aabb, int const line_width, UniformRectilinearGrid2< Real > const &grid, camera auto const &cam, invocable< Real, typename AABB3< Real >::pos_type, typename AABB3< Real >::pos_type, std::size_t, std::size_t > auto &&callback) |
|
template<typename Real , typename Callback > |
auto | tatooine::rendering::render (AABB3< Real > const &aabb, UniformRectilinearGrid2< Real > const &grid, camera auto const &cam, invocable< Real, typename AABB3< Real >::pos_type, typename AABB3< Real >::pos_type, std::size_t, std::size_t > auto &&callback) |
|