Home
last modified time | relevance | path

Searched refs:SetRotation (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_View.cxx120 myMatrix.SetRotation(gp_Ax1(Pvise, aD), 0.5 * M_PI); in Init()
125 myMatrix.SetRotation(gp_Ax1(Pvise, aD), M_PI); in Init()
130 myMatrix.SetRotation(gp_Ax1(Pvise, aD), -0.5 * M_PI); in Init()
138 aRotation.SetRotation(gp_Ax1(Pvise, aD2), M_PI); in Init()
144 myMatrix.SetRotation(gp_Ax1(Pvise, aD), M_PI); in Init()
152 aRotation.SetRotation(gp_Ax1(Pvise, aD2), M_PI); in Init()
158 myMatrix.SetRotation(gp_Ax1(Pvise, aD), M_PI); in Init()
180 aRotation.SetRotation(gp_Ax1(Pvise, aD2), -M_PI); in Init()
207 aRotation.SetRotation(gp_Ax1(Pvise, aD2), M_PI); in Init()
253 aRotation.SetRotation(gp_Ax1(Pvise, aD2), M_PI); in Init()
[all …]
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/paint/atoms/
H A Dorbitaltool.cc78 leaf->SetRotation (m_Rotation / 180. * M_PI); in OnClicked()
84 leaf->SetRotation (m_Rotation / 180. * M_PI + M_PI); in OnClicked()
95 leaf->SetRotation ((m_Rotation / 180. + .25) * M_PI); in OnClicked()
101 leaf->SetRotation ((m_Rotation / 180. + 1.25) * M_PI); in OnClicked()
107 leaf->SetRotation ((m_Rotation / 180. + .75) * M_PI); in OnClicked()
125 leaf->SetRotation (m_Rotation / 180. * M_PI); in OnClicked()
131 leaf->SetRotation ((m_Rotation / 180. + 1.) * M_PI); in OnClicked()
137 leaf->SetRotation ((m_Rotation / 180. + .5) * M_PI); in OnClicked()
177 orbital->SetRotation (m_Rotation); in OnRelease()
289 leaf->SetRotation (m_Rotation / 180. * M_PI); in UpdatePreview()
[all …]
H A Dorbital.cc168 dlg->m_Orbital->SetRotation (gtk_spin_button_get_value (btn)); in OnRotationChanged()
224 leaf->SetRotation (m_Rotation / 180. * M_PI); in AddItem()
231 leaf->SetRotation (m_Rotation / 180. * M_PI + M_PI); in AddItem()
242 leaf->SetRotation ((m_Rotation / 180. + .25) * M_PI); in AddItem()
249 leaf->SetRotation ((m_Rotation / 180. + 1.25) * M_PI); in AddItem()
255 leaf->SetRotation ((m_Rotation / 180. + .75) * M_PI); in AddItem()
261 leaf->SetRotation ((m_Rotation / 180. + 1.75) * M_PI); in AddItem()
272 leaf->SetRotation (m_Rotation / 180. * M_PI); in AddItem()
279 leaf->SetRotation ((m_Rotation / 180. + 1.) * M_PI); in AddItem()
285 leaf->SetRotation ((m_Rotation / 180. + .5) * M_PI); in AddItem()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/
H A DPointTransform.h43 VTKM_CONT void SetRotation(const T& angleDegrees, const vtkm::Vec<T, 3>& axis) in SetRotation() function
48 VTKM_CONT void SetRotation(const T& angleDegrees, const T& rx, const T& ry, const T& rz) in SetRotation() function
50 SetRotation(angleDegrees, { rx, ry, rz }); in SetRotation()
53 VTKM_CONT void SetRotationX(const T& angleDegrees) { SetRotation(angleDegrees, 1, 0, 0); } in SetRotationX()
55 VTKM_CONT void SetRotationY(const T& angleDegrees) { SetRotation(angleDegrees, 0, 1, 0); } in SetRotationY()
57 VTKM_CONT void SetRotationZ(const T& angleDegrees) { SetRotation(angleDegrees, 0, 0, 1); } in SetRotationZ()
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/src/
H A DInertial_TEST.cc203 void SetRotation(const double _mass, in SetRotation() function
273 SetRotation(12, math::Vector3d(2, 3, 4), math::Vector3d::Zero); in TEST()
274 SetRotation(12, math::Vector3d(3, 2, 4), math::Vector3d::Zero); in TEST()
275 SetRotation(12, math::Vector3d(2, 4, 3), math::Vector3d::Zero); in TEST()
276 SetRotation(12, math::Vector3d(3, 4, 2), math::Vector3d::Zero); in TEST()
277 SetRotation(12, math::Vector3d(4, 2, 3), math::Vector3d::Zero); in TEST()
278 SetRotation(12, math::Vector3d(4, 3, 2), math::Vector3d::Zero); in TEST()
290 SetRotation(12, math::Vector3d(2, 2, 2), math::Vector3d::Zero, false); in TEST()
291 SetRotation(12, math::Vector3d(2, 2, 3), math::Vector3d::Zero, false); in TEST()
307 SetRotation(12, math::Vector3d(5.5, 4.125, 4.375), in TEST()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/
H A DPointTransform.h59 VTKM_CONT void SetRotation(const S& angleDegrees, const vtkm::Vec<S, 3>& axis) in SetRotation() function
65 VTKM_CONT void SetRotation(const S& angleDegrees, const S& rx, const S& ry, const S& rz) in SetRotation() function
67 SetRotation(angleDegrees, vtkm::Vec<S, 3>(rx, ry, rz)); in SetRotation()
73 SetRotation(angleDegrees, 1, 0, 0); in SetRotationX()
79 SetRotation(angleDegrees, 0, 1, 0); in SetRotationY()
85 SetRotation(angleDegrees, 0, 0, 1); in SetRotationZ()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkCheckerboardRepresentation.cxx216 this->TopRepresentation->SetRotation(90.0); in BuildRepresentation()
221 this->RightRepresentation->SetRotation(0.0); in BuildRepresentation()
226 this->BottomRepresentation->SetRotation(90.0); in BuildRepresentation()
231 this->LeftRepresentation->SetRotation(0.0); in BuildRepresentation()
238 this->TopRepresentation->SetRotation(90.0); in BuildRepresentation()
243 this->RightRepresentation->SetRotation(90.0); in BuildRepresentation()
253 this->LeftRepresentation->SetRotation(90.0); in BuildRepresentation()
260 this->TopRepresentation->SetRotation(0.0); in BuildRepresentation()
265 this->RightRepresentation->SetRotation(0.0); in BuildRepresentation()
270 this->BottomRepresentation->SetRotation(0.0); in BuildRepresentation()
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkCheckerboardRepresentation.cxx252 this->TopRepresentation->SetRotation(90.0); in BuildRepresentation()
259 this->RightRepresentation->SetRotation(0.0); in BuildRepresentation()
266 this->BottomRepresentation->SetRotation(90.0); in BuildRepresentation()
271 this->LeftRepresentation->SetRotation(0.0); in BuildRepresentation()
278 this->TopRepresentation->SetRotation(90.0); in BuildRepresentation()
285 this->RightRepresentation->SetRotation(90.0); in BuildRepresentation()
297 this->LeftRepresentation->SetRotation(90.0); in BuildRepresentation()
304 this->TopRepresentation->SetRotation(0.0); in BuildRepresentation()
311 this->RightRepresentation->SetRotation(0.0); in BuildRepresentation()
318 this->BottomRepresentation->SetRotation(0.0); in BuildRepresentation()
[all …]
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkCheckerboardRepresentation.cxx216 this->TopRepresentation->SetRotation(90.0); in BuildRepresentation()
221 this->RightRepresentation->SetRotation(0.0); in BuildRepresentation()
226 this->BottomRepresentation->SetRotation(90.0); in BuildRepresentation()
231 this->LeftRepresentation->SetRotation(0.0); in BuildRepresentation()
238 this->TopRepresentation->SetRotation(90.0); in BuildRepresentation()
243 this->RightRepresentation->SetRotation(90.0); in BuildRepresentation()
253 this->LeftRepresentation->SetRotation(90.0); in BuildRepresentation()
260 this->TopRepresentation->SetRotation(0.0); in BuildRepresentation()
265 this->RightRepresentation->SetRotation(0.0); in BuildRepresentation()
270 this->BottomRepresentation->SetRotation(0.0); in BuildRepresentation()
[all …]
/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DClient_LocalEnts.cpp165 ent->SetRotation(SampleRandomFloat() * (float)M_PI * 2.f); in Bleed()
184 ent->SetRotation(SampleRandomFloat() * (float)M_PI * 2.f); in Bleed()
201 ent->SetRotation(SampleRandomFloat() * (float)M_PI * 2.f); in Bleed()
230 ent->SetRotation(SampleRandomFloat() * (float)M_PI * 2.f); in EmitBlockFragments()
249 ent->SetRotation(SampleRandomFloat() * (float)M_PI * 2.f); in EmitBlockFragments()
268 ent->SetRotation(SampleRandomFloat() * (float)M_PI * 2.f); in EmitBlockFragments()
298 ent->SetRotation(SampleRandomFloat() * (float)M_PI * 2.f); in EmitBlockDestroyFragments()
332 ent->SetRotation(SampleRandomFloat() * (float)M_PI * 2.f); in MuzzleFire()
397 ent->SetRotation(SampleRandomFloat() * (float)M_PI * 2.f); in GrenadeExplosion()
488 ent->SetRotation(0.f); in GrenadeExplosionUnderwater()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/gce/
H A Dgce_MakeRotation.cxx32 TheRotation.SetRotation(gp_Ax1(Line.Position()),Angle); in gce_MakeRotation()
43 TheRotation.SetRotation(Axis,Angle); in gce_MakeRotation()
55 TheRotation.SetRotation(gp_Ax1(Point,Direc),Angle); in gce_MakeRotation()
/dports/games/astromenace/astromenace-1.4.1/src/menu/
H A Dmenu_workshop.cpp121 sharedWeapon->SetRotation(NeedAngle); in WorkshopCreateShip()
137 sharedWorkshopFighterGame->SetRotation(sVECTOR3D{0.0f, 150.0f, 0.0f}); in WorkshopCreateShip()
139 sharedWorkshopFighterGame->SetRotation(sVECTOR3D{0.0f, 170.0f, 0.0f}); in WorkshopCreateShip()
141 sharedWorkshopFighterGame->SetRotation(sVECTOR3D{0.0f, 180.0f, 0.0f}); in WorkshopCreateShip()
173 sharedWorkshopNewFighter->SetRotation(sVECTOR3D{0.0f, -45.0f, 0.0f}); in WorkshopCreateNewShip()
207 sharedWeapon->SetRotation(sVECTOR3D{0.0f, -45.0f, 0.0f}); in WorkshopCreateNewWeapon()
477 sharedSpaceShip->SetRotation(sVECTOR3D{0.0f, 0.0f, CurrentDeviation}); in WorkshopDrawShip()
478 sharedSpaceShip->SetRotation(sVECTOR3D{0.0f, CurrentDeviation / 2.0f, 0.0f}); in WorkshopDrawShip()
538 sharedSpaceShip->SetRotation(sVECTOR3D{0.0f, 0.0f, CurrentDeviation}); in WorkshopDrawShip()
599 sharedSpaceShip->SetRotation(sVECTOR3D{0.0f, CurrentDeviation / 2.0f, 0.0f}); in WorkshopDrawShip()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GC/
H A DGC_MakeRotation.cxx33 TheRotation->SetRotation(gp_Ax1(Line.Location(),Line.Direction()),Angle); in GC_MakeRotation()
44 TheRotation->SetRotation(Axis,Angle); in GC_MakeRotation()
56 TheRotation->SetRotation(gp_Ax1(Point,Direc),Angle); in GC_MakeRotation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/linux/
H A Dvideo_capture_device_chromeos.cc35 void VideoCaptureDeviceChromeOS::SetRotation(int rotation) { in SetRotation() function in media::VideoCaptureDeviceChromeOS
77 VideoCaptureDeviceLinux::SetRotation(rotation); in SetRotation()
84 SetRotation(display.rotation() * 90); in SetDisplayRotation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/linux/
H A Dvideo_capture_device_chromeos.cc35 void VideoCaptureDeviceChromeOS::SetRotation(int rotation) { in SetRotation() function in media::VideoCaptureDeviceChromeOS
77 VideoCaptureDeviceLinux::SetRotation(rotation); in SetRotation()
84 SetRotation(display.rotation() * 90); in SetDisplayRotation()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/Geometry/
H A DTransform3D.h62 void SetRotation(double angle, AxisType axis);
69 void SetRotation(double angle, const Point3D &axis);
70 void SetRotation(double cosT, double sinT, const Point3D &axis);
H A DTransform3D.cpp53 void Transform3D::SetRotation(double angle, AxisType axis) { in SetRotation() function in RDGeom::Transform3D
76 void Transform3D::SetRotation(double cosT, double sinT, const Point3D &axis) { in SetRotation() function in RDGeom::Transform3D
93 void Transform3D::SetRotation(double angle, const Point3D &axis) { in SetRotation() function in RDGeom::Transform3D
97 this->SetRotation(c, s, axis); in SetRotation()
/dports/devel/kyra/kyra/tests/
H A Dtiletest.cpp112 noAlpha[i][0]->SetRotation( i ); in TileTest()
123 noAlpha[i][1]->SetRotation( i ); in TileTest()
134 noAlpha[i][2]->SetRotation( i ); in TileTest()
145 noAlpha[i][3]->SetRotation( i ); in TileTest()
157 alpha[i][0]->SetRotation( i ); in TileTest()
168 alpha[i][1]->SetRotation( i ); in TileTest()
179 alpha[i][2]->SetRotation( i ); in TileTest()
190 alpha[i][3]->SetRotation( i ); in TileTest()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/
H A DPointTransform.hxx44 inline VTKM_CONT void PointTransform::SetRotation(const vtkm::FloatDefault& angleDegrees, in SetRotation() function in vtkm::filter::PointTransform
47 this->Worklet.SetRotation(angleDegrees, axis); in SetRotation()
51 inline VTKM_CONT void PointTransform::SetRotation(const vtkm::FloatDefault& angleDegrees, in SetRotation() function in vtkm::filter::PointTransform
56 this->Worklet.SetRotation(angleDegrees, rx, ry, rz); in SetRotation()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/
H A DPointTransform.hxx53 inline VTKM_CONT void PointTransform<S>::SetRotation(const S& angleDegrees, in SetRotation() function in vtkm::filter::PointTransform
56 this->Worklet.SetRotation(angleDegrees, axis); in SetRotation()
61 inline VTKM_CONT void PointTransform<S>::SetRotation(const S& angleDegrees, in SetRotation() function in vtkm::filter::PointTransform
66 this->Worklet.SetRotation(angleDegrees, rx, ry, rz); in SetRotation()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/JavaWrappers/
H A DTransform3D_doc.i49 %javamethodmodifiers RDGeom::Transform3D::SetRotation ( double angle, const Point3D & axis …
58 %javamethodmodifiers RDGeom::Transform3D::SetRotation ( double angle, AxisType axis ) …
/dports/games/astromenace/astromenace-1.4.1/src/object3d/space_ship/
H A Dalien_space_mothership.cpp709 sharedWeapon->SetRotation(sVECTOR3D{0.0f, 15.0f, 0.0f}); in cAlienSpaceMotherShip()
714 sharedWeapon->SetRotation(sVECTOR3D{0.0f, -5.0f, 0.0f}); in cAlienSpaceMotherShip()
717 sharedWeapon->SetRotation(sVECTOR3D{0.0f, 5.0f, 0.0f}); in cAlienSpaceMotherShip()
723 sharedWeapon->SetRotation(sVECTOR3D{0.0f, 10.0f, 0.0f}); in cAlienSpaceMotherShip()
786 sharedWeapon->SetRotation(sVECTOR3D{0.0f, 3.0f, 0.0f}); in cAlienSpaceMotherShip()
792 sharedWeapon->SetRotation(sVECTOR3D{0.0f, 6.0f, 0.0f}); in cAlienSpaceMotherShip()
799 sharedWeapon->SetRotation(sVECTOR3D{0.0f, 9.0f, 0.0f}); in cAlienSpaceMotherShip()
901 sharedWeapon->SetRotation(sVECTOR3D{0.0f, 3.0f, 0.0f}); in cAlienSpaceMotherShip()
911 sharedWeapon->SetRotation(sVECTOR3D{0.0f, 6.0f, 0.0f}); in cAlienSpaceMotherShip()
1018 sharedWeapon->SetRotation(sVECTOR3D{0.0f, 3.0f, 0.0f}); in cAlienSpaceMotherShip()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Ddialcontrol.cxx363 void DialControl::SetRotation( sal_Int32 nAngle ) in SetRotation() function in svx::DialControl
365 SetRotation( nAngle, false ); in SetRotation()
376SetRotation( static_cast< sal_Int32 >( mpImpl->mpLinkField->GetValue() * mpImpl->mnLinkedFieldValu… in LinkedFieldModifyHdl()
413 void DialControl::SetRotation( sal_Int32 nAngle, bool bBroadcast ) in SetRotation() function in svx::DialControl
447 SetRotation( nAngle, true ); in HandleMouseEvent()
456 SetRotation( mpImpl->mnOldAngle, true ); in HandleEscapeEvent()
628 SetRotation(mpImpl->mpLinkField->get_value() * mpImpl->mnLinkedFieldValueMultiplyer); in LinkedFieldModifyHdl()
668 void SvxDialControl::SetRotation(sal_Int32 nAngle) in SetRotation() function in svx::SvxDialControl
700 SetRotation( nAngle ); in HandleMouseEvent()
709 SetRotation( mpImpl->mnOldAngle ); in HandleEscapeEvent()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomEvaluator/
H A DGeomEvaluator_SurfaceOfRevolution.cxx53 aRotation.SetRotation(myRotAxis, theU); in D0()
75 aRotation.SetRotation(myRotAxis, theU); in D1()
103 aRotation.SetRotation(myRotAxis, theU); in D2()
138 aRotation.SetRotation(myRotAxis, theU); in D3()
161 aRotation.SetRotation(myRotAxis, theU); in DN()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/18_CharacterDemo/
H A DCharacterDemo.cpp146 objectNode->SetRotation(Quaternion(0.0f, Random(360.0f), 0.0f)); in CreateScene()
167 objectNode->SetRotation(Quaternion(Random(360.0f), Random(360.0f), Random(360.0f))); in CreateScene()
192 adjustNode->SetRotation( Quaternion(180, Vector3(0,1,0) ) ); in CreateCharacter()
314 character_->GetNode()->SetRotation(Quaternion(character_->controls_.yaw_, Vector3::UP)); in HandleUpdate()
366 cameraNode_->SetRotation(dir); in HandlePostUpdate()
383 cameraNode_->SetRotation(dir); in HandlePostUpdate()

12345678910>>...45