Home
last modified time | relevance | path

Searched defs:_Poly2Orient (Results 1 – 2 of 2) sorted by relevance

/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dpolygon.h195 template<int dim> class _Poly2Orient; variable
217 _Poly2Orient() : m_origin() {} in _Poly2Orient() function
218 _Poly2Orient(const _Poly2Orient& p) : m_origin() {operator=(p);} in _Poly2Orient() function
H A Dpolygon.cpp184 template class _Poly2Orient<3>; variable