Home
last modified time | relevance | path

Searched refs:toRotation (Results 1 – 17 of 17) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx_frame.cpp75 q = celx.toRotation(2); in frame_from()
118 q = celx.toRotation(2); in frame_to()
H A Dcelx_observer.cpp102 Quatd* q = celx.toRotation(2); in observer_setorientation()
129 Quatd* q = celx.toRotation(2); in observer_rotate()
146 Quatd* q = celx.toRotation(2); in observer_orbit()
260 Quatd* rot1 = celx.toRotation(3); in observer_gototable()
267 Quatd* rot2 = celx.toRotation(3); in observer_gototable()
H A Dcelx_internal.h116 Quatd* toRotation(int n);
H A Dcelx_vector.cpp237 q = celx.toRotation(2); in vector_mult()
H A Dcelx.cpp4504 Quatd* CelxLua::toRotation(int n) in toRotation() function in CelxLua
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx_frame.cpp75 q = celx.toRotation(2); in frame_from()
118 q = celx.toRotation(2); in frame_to()
H A Dcelx_observer.cpp102 Quatd* q = celx.toRotation(2); in observer_setorientation()
129 Quatd* q = celx.toRotation(2); in observer_rotate()
146 Quatd* q = celx.toRotation(2); in observer_orbit()
260 Quatd* rot1 = celx.toRotation(3); in observer_gototable()
267 Quatd* rot2 = celx.toRotation(3); in observer_gototable()
H A Dcelx_internal.h116 Quatd* toRotation(int n);
H A Dcelx_vector.cpp237 q = celx.toRotation(2); in vector_mult()
H A Dcelx.cpp4504 Quatd* CelxLua::toRotation(int n) in toRotation() function in CelxLua
/dports/math/fcl05/fcl-0.5.0/src/math/
H A Dtransform.cpp87 void Quaternion3f::toRotation(Matrix3f& R) const in toRotation() function in fcl::Quaternion3f
349 toRotation(R); in toEuler()
417 q.toRotation(R); in getRotationInternal()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DUtils.cpp180 osg::Quat toRotation( finalRot, osg::Vec3(0,0,1) ); in accept() local
182 setRotation( toRotation * toScreen ); in accept()
/dports/math/fcl05/fcl-0.5.0/include/fcl/math/
H A Dtransform.h79 void toRotation(Matrix3f& R) const;
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DFieldRotationDSTest.java774 Assert.assertEquals(0.288, r1.toRotation().getQ0(), 1.0e-15);
775 Assert.assertEquals(0.384, r1.toRotation().getQ1(), 1.0e-15);
776 Assert.assertEquals(0.36, r1.toRotation().getQ2(), 1.0e-15);
777 Assert.assertEquals(0.8, r1.toRotation().getQ3(), 1.0e-15);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/view/
H A Dmedia_view_overlay_widget.cpp1031 const auto toRotation = qreal(finalContentRotation()); in contentGeometry() local
1034 const auto toRect = ((int(toRotation) % 180) == 90) in contentGeometry()
1042 return { toRect, toRotation }; in contentGeometry()
1047 const auto rotationDelta = (toRotation - fromRotation); in contentGeometry()
/dports/math/fcl05/fcl-0.5.0/test/
H A Dtest_fcl_broadphase.cpp1055 q.toRotation(dR); in broad_phase_update_collision_test()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DFieldRotation.java1077 public Rotation toRotation() { in toRotation() method in FieldRotation