Home
last modified time | relevance | path

Searched defs:rotateCorner (Results 1 – 9 of 9) sorted by relevance

/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dsegment_funcs.h55 inline Segment<dim>& Segment<dim>::rotateCorner(const RotMatrix<dim>& m, size_t corner) in rotateCorner() function
68 inline Segment<3>& Segment<3>::rotateCorner(const Quaternion& q, size_t corner) in rotateCorner() function
H A Dpoint.h160 Point& rotateCorner(const RotMatrix<dim>&, size_t) in rotateCorner() function
167 Point& rotateCorner(const Quaternion&, size_t) in rotateCorner() function
H A Dball.cpp39 template<> Ball<3>& Ball<3>::rotateCorner(const Quaternion&, size_t) in rotateCorner() function in WFMath::Ball
H A Drotbox.cpp43 template<> RotBox<3>& RotBox<3>::rotateCorner(const Quaternion& q, size_t corner) in rotateCorner() function in WFMath::RotBox
H A Dline.h120 Line& rotateCorner(const RotMatrix<dim>& m, size_t corner) in rotateCorner() function
H A Dpolygon.h113 Polygon& rotateCorner(const RotMatrix<2>& m, size_t corner) in rotateCorner() function
361 Polygon& rotateCorner(const RotMatrix<dim>& m, size_t corner) in rotateCorner() function
371 Polygon<3>& rotateCorner(const Quaternion& q, size_t corner) in rotateCorner() function
H A Dball.h118 Ball& rotateCorner(const RotMatrix<dim>&, size_t) {return *this;} in rotateCorner() function
H A Drotbox.h114 RotBox& rotateCorner(const RotMatrix<dim>& m, size_t corner) in rotateCorner() function
/dports/math/wfmath/wfmath-1.0.2/doc/
H A Dshape.h123 Shape& rotateCorner(const RotMatrix<dim>& m, size_t corner) in rotateCorner() function