Home
last modified time | relevance | path

Searched refs:getAngles (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/yafaray/libYafaRay-3.5.1/src/lights/
H A DiesLight.cc59 void getAngles(float &u, float &v, const vector3d_t &dir, const float &costheta) const;
99 void iesLight_t::getAngles(float &u, float &v, const vector3d_t &dir, const float &costheta) const in getAngles() function in iesLight_t
129 getAngles(u, v, ldir, cosa); in illuminate()
159 getAngles(u, v, wi.dir, cosa); in illumSample()
193 getAngles(u, v, ray.dir, cosa); in emitPhoton()
210 getAngles(u, v, wo, wo * dir); in emitSample()
231 getAngles(u, v, wo, cosa); in emitPdf()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/camera/
H A DCamera.cpp183 const Vector3& Camera::getAngles () const in getAngles() function in Camera
239 Vector3 angles = getAngles(); in pitchUpDiscrete()
250 Vector3 angles = getAngles(); in pitchDownDiscrete()
301 Vector3 angles = getAngles(); in rotateLeftDiscrete()
308 Vector3 angles = getAngles(); in rotateRightDiscrete()
H A DCamera.h87 const Vector3& getAngles () const;
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/adhoc/
H A DSphericalCoordsMobilizerTest.cpp112 Vec2 a = anAtom.getAngles(s); a[0]=x*Deg2Rad; anAtom.setAngles(s, a); in main()
115 a = anAtom.getAngles(s); a[1]=x*Deg2Rad; anAtom.setAngles(s, a); in main()
167 anAtom.getAngles(s)[0], anAtom.getAngles(s)[1], anAtom.getRadius(s), in main()
/dports/games/xonotic/Xonotic/misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/application/democutter/
H A DDemoCutter.java79 this.outStream.write(demoPacket.getAngles()); in cutDemo()
149 this.outStream.write(demoPacket.getAngles()); in cutDemo()
H A DDemoPacket.java61 public byte[] getAngles() { in getAngles() method in DemoPacket
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/joints/
H A Duniversal.h43 void getAngles( dReal *angle1, dReal *angle2 );
H A Duniversal.cpp72 dxJointUniversal::getAngles( dReal *angle1, dReal *angle2 ) in getAngles() function in dxJointUniversal
275 getAngles( &angle1, &angle2 ); in getInfo1()
641 joint->getAngles( angle2, angle1 ); in dJointGetUniversalAngles()
646 joint->getAngles( angle1, angle2 ); in dJointGetUniversalAngles()
H A Dpu.cpp238 getAngles( &angle1, &angle2 ); in getInfo1()
619 joint->getAngles( angle2, angle1 ); in dJointGetPUAngles()
621 joint->getAngles( angle1, angle2 ); in dJointGetPUAngles()
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/joints/
H A Duniversal.h43 void getAngles( dReal *angle1, dReal *angle2 );
H A Duniversal.cpp72 dxJointUniversal::getAngles( dReal *angle1, dReal *angle2 ) in getAngles() function in dxJointUniversal
275 getAngles( &angle1, &angle2 ); in getInfo1()
641 joint->getAngles( angle2, angle1 ); in dJointGetUniversalAngles()
646 joint->getAngles( angle1, angle2 ); in dJointGetUniversalAngles()
H A Dpu.cpp238 getAngles( &angle1, &angle2 ); in getInfo1()
619 joint->getAngles( angle2, angle1 ); in dJointGetPUAngles()
621 joint->getAngles( angle1, angle2 ); in dJointGetPUAngles()
/dports/devel/ode/ode-0.13/ode/src/joints/
H A Duniversal.h43 void getAngles( dReal *angle1, dReal *angle2 );
H A Duniversal.cpp74 dxJointUniversal::getAngles( dReal *angle1, dReal *angle2 ) in getAngles() function in dxJointUniversal
284 getAngles( &angle1, &angle2 ); in getInfo1()
650 joint->getAngles( angle2, angle1 ); in dJointGetUniversalAngles()
655 return joint->getAngles( angle1, angle2 ); in dJointGetUniversalAngles()
H A Dpu.cpp250 getAngles( &angle1, &angle2 ); in getInfo1()
524 joint->getAngles( angle2, angle1 ); in dJointGetPUAngles()
526 joint->getAngles( angle1, angle2 ); in dJointGetPUAngles()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DRotationTest.java408 double[] angles = r.getAngles(CardanOrders[i]);
428 double[] angles = r.getAngles(EulerOrders[i]);
454 double[] angles = r.getAngles(CardanOrders[i], convention);
474 double[] angles = r.getAngles(EulerOrders[i], convention);
500 r.getAngles(CardanOrders[i], convention);
518 r.getAngles(EulerOrders[i], convention);
H A DFieldRotationDfpTest.java451 Dfp[] angles = r.getAngles(CardanOrders[i]);
473 Dfp[] angles = r.getAngles(EulerOrders[i]);
505 Dfp[] angles = r.getAngles(CardanOrders[i], convention);
528 Dfp[] angles = r.getAngles(EulerOrders[i], convention);
559 r.getAngles(CardanOrders[i], convention);
581 r.getAngles(EulerOrders[i], convention);
H A DFieldRotationDSTest.java609 DerivativeStructure[] angles = r.getAngles(CardanOrders[i]);
631 DerivativeStructure[] angles = r.getAngles(EulerOrders[i]);
662 DerivativeStructure[] angles = r.getAngles(CardanOrders[i], convention);
686 DerivativeStructure[] angles = r.getAngles(EulerOrders[i], convention);
717 r.getAngles(CardanOrders[i], convention);
740 r.getAngles(EulerOrders[i], convention);
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DMobilizedBody_SphericalCoords.h152 const Vec2& getAngles(const State& s) const {return getQ(s).getSubVec<2>(0);} in getAngles() function
/dports/math/gismo/gismo-21.12.0/src/gsModeling/
H A DgsParametrization.h168 const std::list<T> &getAngles() const;
/dports/science/jmol/jmol-14.32.7/src/org/jmol/minimize/
H A DMinimizer.java323 getAngles(); in setupMinimization()
399 public void getAngles() { in getAngles() method in Minimizer
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DRotation.java583 public double[] getAngles(RotationOrder order) in getAngles() method in Rotation
585 return getAngles(order, RotationConvention.VECTOR_OPERATOR); in getAngles()
625 public double[] getAngles(RotationOrder order, RotationConvention convention) in getAngles() method in Rotation
/dports/x11-toolkits/fox14/fox-1.4.35/calculator/
H A DCalculator.h387 FXint getAngles() const { return angles; } in getAngles() function
/dports/x11-toolkits/fox17/fox-1.7.77/calculator/
H A DCalculator.h394 FXint getAngles() const { return angles; } in getAngles() function
/dports/x11-toolkits/fox16/fox-1.6.57/calculator/
H A DCalculator.h387 FXint getAngles() const { return angles; } in getAngles() function

12