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