Home
last modified time | relevance | path

Searched refs:getZ (Results 201 – 225 of 1666) sorted by relevance

12345678910>>...67

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/utils/
H A DSkShadowPaintFilterCanvas.cpp24 int z = this->getZ(); in onFilter()
86 SkScalar x = lightDir.fX * this->getZ(); in updateMatrix()
87 SkScalar y = lightDir.fY * this->getZ(); in updateMatrix()
114 SkScalar scale = (lightPos.fZ) / (lightPos.fZ - this->getZ()); in updateMatrix()
117 this->translate(-lightPoint.fX * this->getZ() / in updateMatrix()
118 ((lightPos.fZ - this->getZ()) * scale), in updateMatrix()
119 -(diffuseHeight - lightPoint.fY) * this->getZ() / in updateMatrix()
120 ((lightPos.fZ - this->getZ()) * scale)); in updateMatrix()
/dports/cad/sumo/sumo-1.2.0/unittest/src/netbuild/
H A DNBHeightMapperTest.cpp56 EXPECT_DOUBLE_EQ(0., hm.getZ(Position(0.25, 0.25))); in TEST_F()
57 EXPECT_DOUBLE_EQ(1., hm.getZ(Position(0.75, 0.75))); in TEST_F()
58 EXPECT_DOUBLE_EQ(2., hm.getZ(Position(1.5, 0.5))); in TEST_F()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Common/
H A Db3TransformUtil.h25 supportDir.getZ() < b3Scalar(0.0) ? -halfExtents.getZ() : halfExtents.getZ()); in b3AabbSupport()
62 …b3Quaternion dorn(axis.getX(), axis.getY(), axis.getZ(), b3Cos(fAngle * timeStep * b3Scalar(0.5))); in integrateTransform()
92 axis = b3MakeVector3(dorn.getX(), dorn.getY(), dorn.getZ()); in calculateDiffAxisAngleQuaternion()
121 axis = b3MakeVector3(dorn.getX(), dorn.getY(), dorn.getZ()); in calculateDiffAxisAngle()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Common/
H A Db3TransformUtil.h25 supportDir.getZ() < b3Scalar(0.0) ? -halfExtents.getZ() : halfExtents.getZ()); in b3AabbSupport()
62 …b3Quaternion dorn(axis.getX(), axis.getY(), axis.getZ(), b3Cos(fAngle * timeStep * b3Scalar(0.5))); in integrateTransform()
92 axis = b3MakeVector3(dorn.getX(), dorn.getY(), dorn.getZ()); in calculateDiffAxisAngleQuaternion()
121 axis = b3MakeVector3(dorn.getX(), dorn.getY(), dorn.getZ()); in calculateDiffAxisAngle()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Common/
H A Db3TransformUtil.h25 supportDir.getZ() < b3Scalar(0.0) ? -halfExtents.getZ() : halfExtents.getZ()); in b3AabbSupport()
62 …b3Quaternion dorn(axis.getX(), axis.getY(), axis.getZ(), b3Cos(fAngle * timeStep * b3Scalar(0.5))); in integrateTransform()
92 axis = b3MakeVector3(dorn.getX(), dorn.getY(), dorn.getZ()); in calculateDiffAxisAngleQuaternion()
121 axis = b3MakeVector3(dorn.getX(), dorn.getY(), dorn.getZ()); in calculateDiffAxisAngle()
/dports/devel/bullet/bullet3-3.21/src/Bullet3Common/
H A Db3TransformUtil.h25 supportDir.getZ() < b3Scalar(0.0) ? -halfExtents.getZ() : halfExtents.getZ()); in b3AabbSupport()
62 …b3Quaternion dorn(axis.getX(), axis.getY(), axis.getZ(), b3Cos(fAngle * timeStep * b3Scalar(0.5))); in integrateTransform()
92 axis = b3MakeVector3(dorn.getX(), dorn.getY(), dorn.getZ()); in calculateDiffAxisAngleQuaternion()
121 axis = b3MakeVector3(dorn.getX(), dorn.getY(), dorn.getZ()); in calculateDiffAxisAngle()
/dports/graphics/geos/geos-3.9.1/src/triangulate/quadedge/
H A DVertex.cpp127 double zm = (p.z + a.getZ()) / 2.0; in midPoint()
167 double z = v0.getZ() + t * (v1.getZ() - v0.getZ()) + u * (v2.getZ() - v0.getZ()); in interpolateZValue()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/utils/
H A Dvec3.cpp26 float Z = q.getZ(); in setHPR()
49 float pitch = ( normal.getX()*X + normal.getZ()*Z ); // use ( x,0,z) in setPitchRoll()
50 float roll = (-normal.getX()*Z + normal.getZ()*X ); // use (-z,0,x) in setPitchRoll()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DFieldVector3DTest.java196 Assert.assertTrue(FastMath.abs(v.getZ().getReal() - 3) < 1.0e-12); in testCoordinates()
583 …1.getX().multiply(u2.getX()).add(u1.getY().multiply(u2.getY())).add(u1.getZ().multiply(u2.getZ()));
638 … = new FieldVector3D<DerivativeStructure>(u1.getY().multiply(u2.getZ()).subtract(u1.getZ().multipl…
639 … u1.getZ().multiply(u2.getX()).subtract(u1.getX().multiply(u2.getZ())),
665 cNaive.getX(), cNaive.getY(), cNaive.getZ(),
671 cNaive.getX(), cNaive.getY(), cNaive.getZ(),
688 Assert.assertEquals(z, v.getZ().getReal(), 1.0e-12);
697 Assert.assertEquals(z, v.getZ().getReal(), 1.0e-12);
704 Assert.assertEquals(dzdx, v.getZ().getPartialDerivative(1, 0, 0), 1.0e-12);
705 Assert.assertEquals(dzdy, v.getZ().getPartialDerivative(0, 1, 0), 1.0e-12);
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/scriptengine/
H A Dscript_kart.cpp57 Vec3 v(position->getX(), position->getY(), position->getZ()); in teleport()
69 Vec3 v(position->getX(), position->getY(), position->getZ()); in teleportExact()
113 return SimpleVec3(v.getX(), v.getY(), v.getZ()); in getLocation()
121 float z = position->getZ(); in setVelocity()
132 return SimpleVec3(velocity.getX(), velocity.getY(), velocity.getZ()); in getVelocity()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geom/
H A DCoordinateXYZM.java99 case Z: return getZ(); // sure to delegate to subclass rather than offer direct field access in getOrdinate()
110 z = other.getZ(); in setCoordinate()
135 return "(" + x + ", " + y + ", " + getZ() + " m="+getM()+")"; in toString()
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/interaction/
H A DZoomRubberBox.java92 …h.min(axesZoom.firstPoint.getZ(), axesZoom.secondPoint.getZ()), Math.max(axesZoom.firstPoint.getZ(… in process()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/contact/
H A Dviewcontactofe3dsphere.cxx53 aWorldTransform.scale(aSphereSize.getX(), aSphereSize.getY(), aSphereSize.getZ()); in createViewIndependentPrimitive3DContainer()
54 … aWorldTransform.translate(aSpherePosition.getX(), aSpherePosition.getY(), aSpherePosition.getZ()); in createViewIndependentPrimitive3DContainer()
66 F_PI * ((aSphereSize.getX() + aSphereSize.getZ()) / 2.0), // PI * d in createViewIndependentPrimitive3DContainer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/contact/
H A Dviewcontactofe3dsphere.cxx55 aWorldTransform.scale(aSphereSize.getX(), aSphereSize.getY(), aSphereSize.getZ()); in createViewIndependentPrimitive3DContainer()
56 … aWorldTransform.translate(aSpherePosition.getX(), aSpherePosition.getY(), aSpherePosition.getZ()); in createViewIndependentPrimitive3DContainer()
68 F_PI * ((aSphereSize.getX() + aSphereSize.getZ()) / 2.0), // PI * d in createViewIndependentPrimitive3DContainer()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionShapes/
H A DbtConvexShape.cpp162 btVector3 dir(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
166 return btVector3(sup.getX(), sup.getY(), sup.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
174 btVector3 v(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
219 return btVector3(tmp.getX(), tmp.getY(), tmp.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
226 return btVector3(tmp.getX(), tmp.getY(), tmp.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
234 btVector3 v(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
253 return btVector3(tmp.getX(), tmp.getY(), tmp.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
258 return btVector3(tmp.getX(), tmp.getY(), tmp.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
263 btVector3 vec0(localDir.getX(), localDir.getY(), localDir.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
311 return btVector3(supVec.getX(), supVec.getY(), supVec.getZ()); in localGetSupportVertexWithoutMarginNonVirtual()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/items/
H A Dflyable.cpp175 if(std::isnan(v.getX()) || std::isnan(v.getY()) || std::isnan(v.getZ())) in createPhysics()
178 velocity.getX(),velocity.getY(),velocity.getZ(), in createPhysics()
179 v.getX(),v.getY(),v.getZ()); in createPhysics()
184 assert(!std::isnan(v.getZ())); in createPhysics()
358 float target_z_speed = target_direction.getZ()*target_kart->getSpeed(); in getLinearKartItemIntersection()
364 + target_z_speed * (relative_target_kart_loc.getZ())); in getLinearKartItemIntersection()
366 + relative_target_kart_loc.getZ()*relative_target_kart_loc.getZ(); in getLinearKartItemIntersection()
381 float aimZ = time*target_z_speed + relative_target_kart_loc.getZ(); in getLinearKartItemIntersection()
474 assert(!std::isnan(xyz.getZ())); in updateAndDelete()
520 float heading = atan2f(v.getX(), v.getZ()); in updateAndDelete()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/physics/
H A Dirr_debug_drawer.cpp62 (int)(color.getZ()*255) ); in drawLine()
71 v.push_back(from.getZ()); in drawLine()
74 v.push_back(to.getZ()); in drawLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basegfx/range/
H A Db3drange.hxx46 maRangeZ(rTuple.getZ()) in B3DRange()
69 maRangeZ(rTuple1.getZ()) in B3DRange()
180 maRangeZ.expand(rTuple.getZ()); in expand()
203 maRangeZ.clamp(rTuple.getZ())); in clamp()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basegfx/range/
H A Db3drange.hxx47 maRangeZ(rTuple.getZ()) in B3DRange()
70 maRangeZ(rTuple1.getZ()) in B3DRange()
181 maRangeZ.expand(rTuple.getZ()); in expand()
204 maRangeZ.clamp(rTuple.getZ())); in clamp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx98 if(aPointInView.getZ() < mfMinimalDepth) in processBasePrimitive3D()
100 mfMinimalDepth = aPointInView.getZ(); in processBasePrimitive3D()
122 if(aPointInView.getZ() < mfMinimalDepth) in processBasePrimitive3D()
124 mfMinimalDepth = aPointInView.getZ(); in processBasePrimitive3D()
H A Dcamera3d.cxx111 const double fV(sqrt(aDiff.getY() * aDiff.getY() + aDiff.getZ() * aDiff.getZ())); in SetBankAngle()
117 const double fCos(aDiff.getZ() / fV); in SetBankAngle()
159 const double fCos(aDiff.getZ() / fV); in SetBankAngle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx96 if(aPointInView.getZ() < mfMinimalDepth) in processBasePrimitive3D()
98 mfMinimalDepth = aPointInView.getZ(); in processBasePrimitive3D()
120 if(aPointInView.getZ() < mfMinimalDepth) in processBasePrimitive3D()
122 mfMinimalDepth = aPointInView.getZ(); in processBasePrimitive3D()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletDynamics/ConstraintSolver/
H A DbtHingeConstraint.h177 rbAxisA1.getZ(),rbAxisA2.getZ(),axisInA.getZ() ); in ATTRIBUTE_ALIGNED16()
189 rbAxisB1.getZ(),rbAxisB2.getZ(),axisInB.getZ() ); in ATTRIBUTE_ALIGNED16()
/dports/games/burrtools/burrtools-0.6.3/src/lib/
H A Ddisasmtomoves.h44 virtual float getZ(unsigned int piece) = 0;
113 virtual float getZ(unsigned int piece);
135 virtual float getZ(unsigned int piece);
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A Dgrideditor.cpp35 if (z >= puzzle->getShape(piecenumber)->getZ()) z = puzzle->getShape(piecenumber)->getZ()-1; in setZ()
53 if ((piecenum < puzzle->shapeNumber()) && (puzzle->getShape(piecenum)->getZ() <= currentZ)) { in setPuzzle()
54 bt_assert(puzzle->getShape(piecenum)->getZ() >= 1); in setPuzzle()
55 currentZ = puzzle->getShape(piecenum)->getZ() - 1; in setPuzzle()
123 changed |= setRecursive(tools & ~gridEditor_c::TOOL_MIRROR_Z, x, y, space->getZ()-z-1); in setRecursive()
138 for (unsigned int zp = 0; zp < space->getZ(); zp++) in setRecursive()
203 if ((space->getX() == 0) || (space->getY() == 0) || (space->getZ() == 0)) in handle()
337 if ((space->getX() == 0) || (space->getY() == 0) || (space->getZ() == 0)) in draw()

12345678910>>...67