Home
last modified time | relevance | path

Searched defs:rotateCenter (Results 1 – 12 of 12) sorted by relevance

/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dpoint.h162 Point& rotateCenter(const RotMatrix<dim>&) {return *this;} in rotateCenter() function
169 Point& rotateCenter(const Quaternion&) {return *this;} in rotateCenter() function
H A Dsegment.cpp48 template<> Segment<3>& Segment<3>::rotateCenter(const Quaternion& q) in rotateCenter() function in WFMath::Segment
H A Dball.cpp44 template<> Ball<3>& Ball<3>::rotateCenter(const Quaternion&) in rotateCenter() function in WFMath::Ball
H A Drotbox.cpp48 template<> RotBox<3>& RotBox<3>::rotateCenter(const Quaternion& q) in rotateCenter() function in WFMath::RotBox
H A Dline.h126 Line& rotateCenter(const RotMatrix<dim>& m) in rotateCenter() function
H A Dpolygon.h115 Polygon& rotateCenter(const RotMatrix<2>& m) in rotateCenter() function
363 Polygon& rotateCenter(const RotMatrix<dim>& m) in rotateCenter() function
373 Polygon<3>& rotateCenter(const Quaternion& q) in rotateCenter() function
H A Dsegment.h90 Segment& rotateCenter(const RotMatrix<dim>& m) in rotateCenter() function
H A Dball.h119 Ball& rotateCenter(const RotMatrix<dim>&) {return *this;} in rotateCenter() function
H A Drotbox.h116 RotBox& rotateCenter(const RotMatrix<dim>& m) in rotateCenter() function
/dports/math/wfmath/wfmath-1.0.2/doc/
H A Dshape.h129 Shape& rotateCenter(const RotMatrix<dim>& m) in rotateCenter() function
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/infine/
H A Dfinaleanimwidget.cpp204 vec2f_t rotateCenter = { .5f, .5f }; in drawPicFrame() local
/dports/science/simbody/simbody-Simbody-3.7/Simbody/Visualizer/simbody-visualizer/
H A Dsimbody-visualizer.cpp1692 static fVec3 rotateCenter; variable