Home
last modified time | relevance | path

Searched refs:axes_mat (Results 1 – 2 of 2) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DOrientedBox.hpp57 OrientedBox( const Matrix3& axes_mat, const CartVect& center );
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DOrientedBox.cpp134 OrientedBox::OrientedBox( const Matrix3& axes_mat, const CartVect& mid ) in OrientedBox() argument
135 : center(mid), axes(axes_mat) in OrientedBox()