Home
last modified time | relevance | path

Searched defs:RotBox (Results 1 – 4 of 4) sorted by relevance

/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Drotbox.cpp67 template class RotBox<2>; variable
68 template class RotBox<3>; variable
H A Drotbox.h50 RotBox() : m_corner0(), m_size(), m_orient() {} in RotBox() function
57 RotBox(const Point<dim>& p, const Vector<dim>& size, in RotBox() function
61 RotBox(const RotBox& b) : m_corner0(b.m_corner0), m_size(b.m_size), in RotBox() function
H A Dconst.h52 template<int dim> class RotBox; variable
H A Datlasconv.h447 inline RotBox<dim>::RotBox(const AtlasInType& a) { in RotBox() function