26#include "line_funcs.h"
28#include <wfmath/axisbox.h>
29#include <wfmath/ball.h>
30#include <wfmath/vector.h>
34template class Line<2>;
35template class Line<3>;
37static_assert(std::is_standard_layout<Line<3>>::value,
"Line should be standard layout.");
39static_assert(std::is_standard_layout<Line<2>>::value,
"Line should be standard layout.");
Generic library namespace.