Home
last modified time | relevance | path

Searched defs:RotateAround (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dpoint.cxx23 void Point::RotateAround( Point& rPoint, in RotateAround() function in Point
33 void Point::RotateAround( tools::Long& rX, tools::Long& rY, in RotateAround() function in Point
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dpoint.cxx23 void Point::RotateAround( Point& rPoint, in RotateAround() function in Point
33 void Point::RotateAround( long& rX, long& rY, in RotateAround() function in Point
/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/atlas/GameInterface/Handlers/
H A DCameraCtrlHandlers.cpp140 MESSAGEHANDLER(RotateAround) in MESSAGEHANDLER() argument
/dports/cad/cura-engine/CuraEngine-fadb5d6b/tests/utils/
H A DLinearAlg2DTest.cpp280 TEST_P(RotateAroundTest, RotateAround) in TEST_P() argument
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Scene/
H A DNode.cpp608 void Node::RotateAround(const Vector3& point, const Quaternion& delta, TransformSpace space) in RotateAround() function in Urho3D::Node