Home
last modified time | relevance | path

Searched refs:newZ (Results 26 – 50 of 331) sorted by relevance

12345678910>>...14

/dports/games/zdoom/zdoom-2.8.1/src/g_hexen/
H A Da_clericholy.cpp372 fixed_t newZ; in CHolySeekerMissile() local
413 newZ = target->Z()+((pr_holyseeker()*target->height)>>8); in CHolySeekerMissile()
414 deltaZ = newZ - actor->Z(); in CHolySeekerMissile()
445 fixed_t newX, newY, newZ; in CHolyWeave() local
458 newZ = actor->Z(); in CHolyWeave()
459 newZ -= finesine[weaveZ] * 16; in CHolyWeave()
461 newZ += finesine[weaveZ] * 16; in CHolyWeave()
462 actor->SetZ(newZ); in CHolyWeave()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DFountain.cpp85 auto newZ = tileElement->GetBaseZ(); in StartAnimation() local
96 … newType, { newLoc + _fountainDirectionsPositive[i], newZ }, _fountainDirections[i], in StartAnimation()
106 … newType, { newLoc + _fountainDirectionsPositive[i], newZ }, _fountainDirections[i], in StartAnimation()
114 …newType, { newLoc + _fountainDirectionsPositive[randomIndex], newZ }, _fountainDirections[randomIn… in StartAnimation()
118 …newType, { newLoc + _fountainDirectionsPositive[randomIndex], newZ }, _fountainDirections[randomIn… in StartAnimation()
125 …newType, { newLoc + _fountainDirectionsPositive[randomIndex], newZ }, _fountainDirections[randomIn… in StartAnimation()
H A DMoneyEffect.cpp120 int32_t newZ = z; in Update() local
125 newZ += 1; in Update()
130 MoveTo({ newX, newY, newZ }); in Update()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_mandelbulb_abs_power2.cpp55 CVector4 newZ = z; in FormulaCode() local
57 newZ.x = (zz.x - zz.y) * temp; in FormulaCode()
58 newZ.y = 2.0 * z.x * z.y * temp; in FormulaCode()
59 newZ.z = (fractal->buffalo.posz ? 2.0 : -2.0) * z.z * sqrt(zz.x + zz.y); in FormulaCode()
60 z = newZ; in FormulaCode()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/mathematics/
H A DQuaternion.h68 Quaternion(decimal newX, decimal newY, decimal newZ, decimal newW);
86 void setAllValues(decimal newX, decimal newY, decimal newZ, decimal newW);
190 inline Quaternion::Quaternion(decimal newX, decimal newY, decimal newZ, decimal newW) in Quaternion() argument
191 :x(newX), y(newY), z(newZ), w(newW) { in Quaternion()
206 inline void Quaternion::setAllValues(decimal newX, decimal newY, decimal newZ, decimal newW) { in setAllValues() argument
209 z = newZ; in setAllValues()
H A DVector3.h62 Vector3(decimal newX, decimal newY, decimal newZ);
71 void setAllValues(decimal newX, decimal newY, decimal newZ);
181 inline Vector3::Vector3(decimal newX, decimal newY, decimal newZ) : x(newX), y(newY), z(newZ) { in Vector3() argument
198 inline void Vector3::setAllValues(decimal newX, decimal newY, decimal newZ) { in setAllValues() argument
201 z = newZ; in setAllValues()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcugtk/
H A Dgcucomboperiodic.c67 int newZ = gcu_periodic_get_element (GCU_PERIODIC (combo->periodic)); in element_changed_cb() local
68 gtk_label_set_text (GTK_LABEL (combo->label), gcu_element_get_symbol (newZ)); in element_changed_cb()
71 g_signal_emit (combo, go_combo_pixmaps_signals [CHANGED], 0, newZ); in element_changed_cb()
/dports/graphics/pear-Image_3D/Image_3D-0.4.2/Image/3D/Paintable/Object/
H A DSphere.php91 … $newZ = ($this->_points[$line[0]]->getZ() + $this->_points[$line[1]]->getZ()) / 2;
93 … $multiplikator = $this->_radius / sqrt(pow($newX, 2) + pow($newY, 2) + pow($newZ, 2));
95 …nts[] = new Image_3D_Point($newX * $multiplikator, $newY * $multiplikator, $newZ * $multiplikator);
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dtransf_hybrid_color2.cl52 REAL newZ = aux->r;
53 if (fractal->transformCommon.functionEnabledAzFalse) lastVec = newZ / lastZ;
54 if (fractal->transformCommon.functionEnabledByFalse) lastVec = lastZ / newZ;
55 if (fractal->transformCommon.functionEnabledBzFalse) lastVec = fabs(lastZ - newZ);
H A Dbenesi_pwr2_mandelbulb.cl93 REAL4 newZ = z;
95 newZ.x = -sign(c.x) * temp;
96 if (z.x < lenYZ) newZ.x = temp;
98 newZ.y = rrYZ * (zz.y - zz.z);
99 newZ.z = rrYZ * 2.0f * z.y * z.z;
100 z = newZ + (c * fractal->transformCommon.constantMultiplierA100);
H A Dmandelbulb_abs_power2.cl44 REAL4 newZ = z;
46 newZ.x = (zz.x - zz.y) * temp;
47 newZ.y = 2.0f * z.x * z.y * temp;
48 newZ.z = (fractal->buffalo.posz ? 2.0f : -2.0f) * z.z * native_sqrt(zz.x + zz.y);
49 z = newZ;
/dports/astro/xplanet/xplanet-1.3.1/src/libmultiple/
H A DaddOrbits.cpp32 double newX, newY, newZ; in addArc() local
65 newZ = Z; in addArc()
75 double midZ = 0.5 * (oldZ + newZ); in addArc()
/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DStressMinimization.cpp196 NodeArray<double>& newZ) in copyLayout() argument
203 newZ[v] = GA.z(v); in copyLayout()
225 NodeArray<double> newZ; in minimizeStress() local
231 newZ.init(G); in minimizeStress()
236 copyLayout(GA, newX, newY, newZ); in minimizeStress()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomAdaptor/
H A DGeomAdaptor_SurfaceOfLinearExtrusion.cxx407 gp_Vec D1u, newZ; in Plane() local
425 newZ = D1u.Normalized().Crossed(myDirection); in Plane()
426 if (newZ.Magnitude() > 1.e-12) break; in Plane()
428 gp_Ax3 Ax3(P,gp_Dir(newZ),gp_Dir(D1u)); in Plane()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/xdmf3/vtkxdmf3/
H A DXdmfGeometry.hpp175 void setOrigin(double newX, double newY, double newZ = 0.0);
247 …_EXPORT void XdmfGeometrySetOrigin(XDMFGEOMETRY * geometry, double newX, double newY, double newZ);
H A DXdmfGeometry.cpp210 XdmfGeometry::setOrigin(double newX, double newY, double newZ) in setOrigin() argument
215 mOrigin.push_back(newZ); in setOrigin()
311 XdmfGeometrySetOrigin(XDMFGEOMETRY * geometry, double newX, double newY, double newZ) in XdmfGeometrySetOrigin() argument
313 ((XdmfGeometry *) geometry)->setOrigin(newX, newY, newZ); in XdmfGeometrySetOrigin()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/
H A DXdmfGeometry.hpp175 void setOrigin(double newX, double newY, double newZ = 0.0);
247 …_EXPORT void XdmfGeometrySetOrigin(XDMFGEOMETRY * geometry, double newX, double newY, double newZ);
H A DXdmfGeometry.cpp208 XdmfGeometry::setOrigin(double newX, double newY, double newZ) in setOrigin() argument
213 mOrigin.push_back(newZ); in setOrigin()
309 XdmfGeometrySetOrigin(XDMFGEOMETRY * geometry, double newX, double newY, double newZ) in XdmfGeometrySetOrigin() argument
311 ((XdmfGeometry *) geometry)->setOrigin(newX, newY, newZ); in XdmfGeometrySetOrigin()
/dports/games/openrct2/OpenRCT2-0.3.5.1/test/testpaint/
H A DCompat.cpp501 void TileElementBase::SetBaseZ(int32_t newZ) in SetBaseZ() argument
503 base_height = (newZ / COORDS_Z_STEP); in SetBaseZ()
511 void TileElementBase::SetClearanceZ(int32_t newZ) in SetClearanceZ() argument
513 clearance_height = (newZ / COORDS_Z_STEP); in SetClearanceZ()
521 void RideStation::SetBaseZ(int32_t newZ) in SetBaseZ() argument
523 Height = newZ / COORDS_Z_STEP; in SetBaseZ()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/grpc/encoding/gzip/
H A Dgzip.go89 newZ, err := gzip.NewReader(r)
93 return &reader{Reader: newZ, pool: &c.poolDecompressor}, nil
/dports/net/grpcox/grpcox-1.0.0/vendor/google.golang.org/grpc/encoding/gzip/
H A Dgzip.go89 newZ, err := gzip.NewReader(r)
93 return &reader{Reader: newZ, pool: &c.poolDecompressor}, nil
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/grpc/encoding/gzip/
H A Dgzip.go89 newZ, err := gzip.NewReader(r)
93 return &reader{Reader: newZ, pool: &c.poolDecompressor}, nil
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/google.golang.org/grpc/encoding/gzip/
H A Dgzip.go89 newZ, err := gzip.NewReader(r)
93 return &reader{Reader: newZ, pool: &c.poolDecompressor}, nil
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/grpc/grpc-go-1.21.1/encoding/gzip/
H A Dgzip.go89 newZ, err := gzip.NewReader(r)
93 return &reader{Reader: newZ, pool: &c.poolDecompressor}, nil
/dports/www/fabio/fabio-1.5.14/vendor/google.golang.org/grpc/grpc-go-1.16.0/encoding/gzip/
H A Dgzip.go89 newZ, err := gzip.NewReader(r)
93 return &reader{Reader: newZ, pool: &c.poolDecompressor}, nil

12345678910>>...14