Tatooine
Namespaces | Functions
render_axis_aligned_bounding_box.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 
namespace  tatooine::rendering
 

Functions

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)