Home
last modified time | relevance | path

Searched refs:getRotation (Results 1 – 25 of 1304) sorted by relevance

12345678910>>...53

/dports/games/bzflag-server/bzflag-2.4.22/src/obstacle/
H A DTeleporter.cxx124 const float a = getRotation(); in makeLinks()
238 const float c = cosf(-getRotation()); in getNormal()
239 const float s = sinf(-getRotation()); in getNormal()
246 getNormalRect(p1, cc, getRotation(), b, b, n); in getNormal()
254 testRectCircle(getPosition(), getRotation(), in inCylinder()
269 const float c = cosf(getRotation()); in inBox()
270 const float s = sinf(getRotation()); in inBox()
326 const float a2 = getRotation(); in isCrossing()
376 if (!testRectCircle(getPosition(), getRotation(), in getProximity()
394 const float c = cosf(-getRotation()), s = sinf(-getRotation()); in getProximity()
[all …]
H A DBaseBuilding.cxx76 return timeRayHitsBlock(r, getPosition(), getRotation(), in intersect()
82 getNormalRect(p, getPosition(), getRotation(), getWidth(), getBreadth(), n); in getNormal()
116 && testRectRect(getPosition(), getRotation(), getWidth(), getBreadth(), in inBox()
145 return testRectRect(getPosition(), getRotation(), getWidth(), getBreadth(), in inMovingBox()
155 testRectInRect(getPosition(), getRotation(), in isCrossing()
164 const float a2 = getRotation(); in isCrossing()
196 getPosition(), getRotation(), getWidth(), getBreadth(), in getHitNormal()
203 const float c = cosf(getRotation()); in getCorner()
204 const float s = sinf(getRotation()); in getCorner()
301 out << indent << " rotation " << ((getRotation() * 180.0) / M_PI) in print()
[all …]
H A DBoxBuilding.cxx76 return timeRayHitsBlock(r, getPosition(), getRotation(), in intersect()
82 getNormalRect(p, getPosition(), getRotation(), getWidth(), getBreadth(), n); in getNormal()
108 && testRectCircle(getPosition(), getRotation(), getWidth(), getBreadth(), p, radius); in inCylinder()
139 return testRectRect(getPosition(), getRotation(), getWidth(), getBreadth(), in inMovingBox()
148 testRectInRect(getPosition(), getRotation(), in isCrossing()
157 const float a2 = getRotation(); in isCrossing()
190 getPosition(), getRotation(), getWidth(), getBreadth(), in getHitNormal()
197 const float c = cosf(getRotation()); in getCorner()
198 const float s = sinf(getRotation()); in getCorner()
284 out << indent << " rotation " << ((getRotation() * 180.0) / M_PI) in print()
[all …]
H A DPyramidBuilding.cxx79 return timeRayHitsPyramids(r, getPosition(), getRotation(), in intersect()
89 getNormalRect(p, getPosition(), getRotation(), in getNormal()
137 getNormalRect(p, getPosition(), getRotation(), in get3DNormal()
217 return testRectRect(getPosition(), getRotation(), in inBox()
233 testRectInRect(getPosition(), getRotation(), in isCrossing()
242 const float a2 = getRotation(); in isCrossing()
318 getNormalRect(pos1, getPosition(), getRotation(), in getHitNormal()
337 const float c = cosf(getRotation()); in getCorner()
338 const float s = sinf(getRotation()); in getCorner()
496 out << indent << " rotation " << ((getRotation() * 180.0) / M_PI) in print()
[all …]
/dports/games/bzflag/bzflag-2.4.22/src/obstacle/
H A DTeleporter.cxx124 const float a = getRotation(); in makeLinks()
238 const float c = cosf(-getRotation()); in getNormal()
239 const float s = sinf(-getRotation()); in getNormal()
246 getNormalRect(p1, cc, getRotation(), b, b, n); in getNormal()
254 testRectCircle(getPosition(), getRotation(), in inCylinder()
269 const float c = cosf(getRotation()); in inBox()
270 const float s = sinf(getRotation()); in inBox()
326 const float a2 = getRotation(); in isCrossing()
376 if (!testRectCircle(getPosition(), getRotation(), in getProximity()
394 const float c = cosf(-getRotation()), s = sinf(-getRotation()); in getProximity()
[all …]
H A DBoxBuilding.cxx76 return timeRayHitsBlock(r, getPosition(), getRotation(), in intersect()
82 getNormalRect(p, getPosition(), getRotation(), getWidth(), getBreadth(), n); in getNormal()
108 && testRectCircle(getPosition(), getRotation(), getWidth(), getBreadth(), p, radius); in inCylinder()
139 return testRectRect(getPosition(), getRotation(), getWidth(), getBreadth(), in inMovingBox()
148 testRectInRect(getPosition(), getRotation(), in isCrossing()
157 const float a2 = getRotation(); in isCrossing()
190 getPosition(), getRotation(), getWidth(), getBreadth(), in getHitNormal()
197 const float c = cosf(getRotation()); in getCorner()
198 const float s = sinf(getRotation()); in getCorner()
284 out << indent << " rotation " << ((getRotation() * 180.0) / M_PI) in print()
[all …]
H A DBaseBuilding.cxx76 return timeRayHitsBlock(r, getPosition(), getRotation(), in intersect()
82 getNormalRect(p, getPosition(), getRotation(), getWidth(), getBreadth(), n); in getNormal()
116 && testRectRect(getPosition(), getRotation(), getWidth(), getBreadth(), in inBox()
145 return testRectRect(getPosition(), getRotation(), getWidth(), getBreadth(), in inMovingBox()
155 testRectInRect(getPosition(), getRotation(), in isCrossing()
164 const float a2 = getRotation(); in isCrossing()
196 getPosition(), getRotation(), getWidth(), getBreadth(), in getHitNormal()
203 const float c = cosf(getRotation()); in getCorner()
204 const float s = sinf(getRotation()); in getCorner()
301 out << indent << " rotation " << ((getRotation() * 180.0) / M_PI) in print()
[all …]
H A DPyramidBuilding.cxx79 return timeRayHitsPyramids(r, getPosition(), getRotation(), in intersect()
89 getNormalRect(p, getPosition(), getRotation(), in getNormal()
137 getNormalRect(p, getPosition(), getRotation(), in get3DNormal()
217 return testRectRect(getPosition(), getRotation(), in inBox()
233 testRectInRect(getPosition(), getRotation(), in isCrossing()
242 const float a2 = getRotation(); in isCrossing()
318 getNormalRect(pos1, getPosition(), getRotation(), in getHitNormal()
337 const float c = cosf(getRotation()); in getCorner()
338 const float s = sinf(getRotation()); in getCorner()
496 out << indent << " rotation " << ((getRotation() * 180.0) / M_PI) in print()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A DGraphicNativeMetadataTest.cxx53 CPPUNIT_ASSERT_EQUAL(sal_Int16(1800), aMetadata.getRotation().get()); in testReadFromGraphic()
65 CPPUNIT_ASSERT_EQUAL(sal_Int16(1800), aMetadata.getRotation().get()); in testReadFromGraphic()
76 CPPUNIT_ASSERT_EQUAL(sal_Int16(0), aMetadata.getRotation().get()); in testExifRotationJpeg()
83 CPPUNIT_ASSERT_EQUAL(sal_Int16(2700), aMetadata.getRotation().get()); in testExifRotationJpeg()
90 CPPUNIT_ASSERT_EQUAL(sal_Int16(1800), aMetadata.getRotation().get()); in testExifRotationJpeg()
97 CPPUNIT_ASSERT_EQUAL(sal_Int16(900), aMetadata.getRotation().get()); in testExifRotationJpeg()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/physics/
H A Dkart_motion_state.hpp69 assert(!std::isnan(new_trans.getRotation().getX())); in setWorldTransform()
70 assert(!std::isnan(new_trans.getRotation().getY())); in setWorldTransform()
71 assert(!std::isnan(new_trans.getRotation().getZ())); in setWorldTransform()
72 assert(!std::isnan(new_trans.getRotation().getW())); in setWorldTransform()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/physx/
H A DURDF2PhysX.cpp272 …= physx::PxQuat(localTrans.getRotation()[0], localTrans.getRotation()[1], localTrans.getRotation()… in convertLinkPhysXShapes()
295 …= physx::PxQuat(localTrans.getRotation()[0], localTrans.getRotation()[1], localTrans.getRotation()… in convertLinkPhysXShapes()
323 …= physx::PxQuat(localTrans.getRotation()[0], localTrans.getRotation()[1], localTrans.getRotation()… in convertLinkPhysXShapes()
649 …ce.getRotation().x(), linkTransformInWorldSpace.getRotation().y(), linkTransformInWorldSpace.getRo… in ConvertURDF2PhysXInternal()
794 …physx::PxQuat(offsetInA.getRotation()[0], offsetInA.getRotation()[1], offsetInA.getRotation()[2], … in ConvertURDF2PhysXInternal()
797 …physx::PxQuat(offsetInB.getRotation()[0], offsetInB.getRotation()[1], offsetInB.getRotation()[2], … in ConvertURDF2PhysXInternal()
844 btQuaternion parentRotToThis = offsetInB.getRotation() * offsetInA.inverse().getRotation(); in ConvertURDF2PhysXInternal()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/physx/
H A DURDF2PhysX.cpp272 …= physx::PxQuat(localTrans.getRotation()[0], localTrans.getRotation()[1], localTrans.getRotation()… in convertLinkPhysXShapes()
295 …= physx::PxQuat(localTrans.getRotation()[0], localTrans.getRotation()[1], localTrans.getRotation()… in convertLinkPhysXShapes()
323 …= physx::PxQuat(localTrans.getRotation()[0], localTrans.getRotation()[1], localTrans.getRotation()… in convertLinkPhysXShapes()
649 …ce.getRotation().x(), linkTransformInWorldSpace.getRotation().y(), linkTransformInWorldSpace.getRo… in ConvertURDF2PhysXInternal()
794 …physx::PxQuat(offsetInA.getRotation()[0], offsetInA.getRotation()[1], offsetInA.getRotation()[2], … in ConvertURDF2PhysXInternal()
797 …physx::PxQuat(offsetInB.getRotation()[0], offsetInB.getRotation()[1], offsetInB.getRotation()[2], … in ConvertURDF2PhysXInternal()
844 btQuaternion parentRotToThis = offsetInB.getRotation() * offsetInA.inverse().getRotation(); in ConvertURDF2PhysXInternal()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/LinearMath/
H A DbtTransformUtil.h48 btQuaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
74 btQuaternion orn0 = curTrans.getRotation(); in integrateTransform()
125 dmat.getRotation(dorn); in calculateDiffAxisAngle()
177 btQuaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
178 btQuaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
215 btQuaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
216 btQuaternion toOrnB = transB.getRotation(); in initSeparatingDistance()
/dports/games/critterding/critterding-beta12/src/utils/bullet/LinearMath/
H A DbtTransformUtil.h48 btQuaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
74 btQuaternion orn0 = curTrans.getRotation(); in integrateTransform()
125 dmat.getRotation(dorn); in calculateDiffAxisAngle()
177 btQuaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
178 btQuaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
215 btQuaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
216 btQuaternion toOrnB = transB.getRotation(); in initSeparatingDistance()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Common/
H A Db3TransformUtil.h37 b3Quaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
63 b3Quaternion orn0 = curTrans.getRotation(); in integrateTransform()
115 dmat.getRotation(dorn); in calculateDiffAxisAngle()
164 b3Quaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
165 b3Quaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
200 b3Quaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
201 b3Quaternion toOrnB = transB.getRotation(); in initSeparatingDistance()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtTransformUtil.h48 btQuaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
74 btQuaternion orn0 = curTrans.getRotation(); in integrateTransform()
125 dmat.getRotation(dorn); in calculateDiffAxisAngle()
177 btQuaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
178 btQuaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
215 btQuaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
216 btQuaternion toOrnB = transB.getRotation(); in initSeparatingDistance()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Common/
H A Db3TransformUtil.h37 b3Quaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
63 b3Quaternion orn0 = curTrans.getRotation(); in integrateTransform()
115 dmat.getRotation(dorn); in calculateDiffAxisAngle()
164 b3Quaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
165 b3Quaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
200 b3Quaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
201 b3Quaternion toOrnB = transB.getRotation(); in initSeparatingDistance()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/LinearMath/
H A DbtTransformUtil.h48 btQuaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
74 btQuaternion orn0 = curTrans.getRotation(); in integrateTransform()
125 dmat.getRotation(dorn); in calculateDiffAxisAngle()
177 btQuaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
178 btQuaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
215 btQuaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
216 btQuaternion toOrnB = transB.getRotation(); in initSeparatingDistance()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/LinearMath/
H A DbtTransformUtil.h48 btQuaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
74 btQuaternion orn0 = curTrans.getRotation(); in integrateTransform()
125 dmat.getRotation(dorn); in calculateDiffAxisAngle()
177 btQuaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
178 btQuaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
215 btQuaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
216 btQuaternion toOrnB = transB.getRotation(); in initSeparatingDistance()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Common/
H A Db3TransformUtil.h37 b3Quaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
63 b3Quaternion orn0 = curTrans.getRotation(); in integrateTransform()
115 dmat.getRotation(dorn); in calculateDiffAxisAngle()
164 b3Quaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
165 b3Quaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
200 b3Quaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
201 b3Quaternion toOrnB = transB.getRotation(); in initSeparatingDistance()
/dports/devel/bullet/bullet3-3.21/src/Bullet3Common/
H A Db3TransformUtil.h37 b3Quaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
63 b3Quaternion orn0 = curTrans.getRotation(); in integrateTransform()
115 dmat.getRotation(dorn); in calculateDiffAxisAngle()
164 b3Quaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
165 b3Quaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
200 b3Quaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
201 b3Quaternion toOrnB = transB.getRotation(); in initSeparatingDistance()
/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtTransformUtil.h37 btQuaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
69 btQuaternion orn0 = curTrans.getRotation(); in integrateTransform()
128 dmat.getRotation(dorn); in calculateDiffAxisAngle()
177 btQuaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
178 btQuaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
213 btQuaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
214 btQuaternion toOrnB = transB.getRotation(); in initSeparatingDistance()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/
H A DbtTransformUtil.h37 btQuaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
69 btQuaternion orn0 = curTrans.getRotation(); in integrateTransform()
128 dmat.getRotation(dorn); in calculateDiffAxisAngle()
177 btQuaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
178 btQuaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
213 btQuaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
214 btQuaternion toOrnB = transB.getRotation(); in initSeparatingDistance()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtTransformUtil.h37 btQuaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
69 btQuaternion orn0 = curTrans.getRotation(); in integrateTransform()
128 dmat.getRotation(dorn); in calculateDiffAxisAngle()
177 btQuaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
178 btQuaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
213 btQuaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
214 btQuaternion toOrnB = transB.getRotation(); in initSeparatingDistance()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/
H A DbtTransformUtil.h37 btQuaternion predictedOrn = curTrans.getRotation(); in integrateTransform()
69 btQuaternion orn0 = curTrans.getRotation(); in integrateTransform()
128 dmat.getRotation(dorn); in calculateDiffAxisAngle()
177 btQuaternion toOrnA = transA.getRotation(); in updateSeparatingDistance()
178 btQuaternion toOrnB = transB.getRotation(); in updateSeparatingDistance()
213 btQuaternion toOrnA = transA.getRotation(); in initSeparatingDistance()
214 btQuaternion toOrnB = transB.getRotation(); in initSeparatingDistance()

12345678910>>...53