Home
last modified time | relevance | path

Searched defs:newZ (Results 1 – 25 of 104) sorted by relevance

12345

/dports/cad/gds3d/GDS3D-bcdb97a/math/
H A DVECTOR4D.h26 VECTOR4D(double newX, double newY, double newZ, double newW) in VECTOR4D()
42 void Set(double newX, double newY, double newZ, double newW) in Set()
48 void SetZ(double newZ) {z = newZ;} in SetZ()
H A DVECTOR3D.h44 void SetZ(float newZ) {z = newZ;} in SetZ()
161 inline VECTOR3D::VECTOR3D(float newX, float newY, float newZ){ in VECTOR3D()
167 inline void VECTOR3D::Set(float newX, float newY, float newZ){ in Set()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DTileElementBase.cpp91 void TileElementBase::SetBaseZ(int32_t newZ) in SetBaseZ()
101 void TileElementBase::SetClearanceZ(int32_t newZ) in SetClearanceZ()
H A DMoneyEffect.cpp120 int32_t newZ = z; in Update() local
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_ides.cpp36 CVector4 newZ; in FormulaCode() local
H A Dfractal_ides2.cpp33 CVector4 newZ; in FormulaCode() local
H A Dfractal_mandelbulb_abs_power2.cpp55 CVector4 newZ = z; in FormulaCode() local
H A Dfractal_scator_power2_std_r.cpp40 CVector4 newZ = z; in FormulaCode() local
H A Dfractal_scator_power2.cpp51 CVector4 newZ = z; in FormulaCode() local
H A Dfractal_benesi_pwr2_mandelbulb.cpp95 CVector4 newZ = z; in FormulaCode() local
H A Dfractal_transf_hybrid_color2.cpp64 double newZ = aux.r; in FormulaCode() local
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/mathematics/
H A DVector3.h181 inline Vector3::Vector3(decimal newX, decimal newY, decimal newZ) : x(newX), y(newY), z(newZ) { in Vector3()
198 inline void Vector3::setAllValues(decimal newX, decimal newY, decimal newZ) { in setAllValues()
H A DQuaternion.h190 inline Quaternion::Quaternion(decimal newX, decimal newY, decimal newZ, decimal newW) in Quaternion()
206 inline void Quaternion::setAllValues(decimal newX, decimal newY, decimal newZ, decimal newW) { in setAllValues()
/dports/games/ksirk/ksirk-21.12.3/ksirk/
H A DfightArena.cpp118 double newZ = height/280; in initFightArena() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/xdmf3/vtkxdmf3/
H A DXdmfGeometry.cpp210 XdmfGeometry::setOrigin(double newX, double newY, double newZ) in setOrigin()
311 XdmfGeometrySetOrigin(XDMFGEOMETRY * geometry, double newX, double newY, double newZ) in XdmfGeometrySetOrigin()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/
H A DXdmfGeometry.cpp208 XdmfGeometry::setOrigin(double newX, double newY, double newZ) in setOrigin()
309 XdmfGeometrySetOrigin(XDMFGEOMETRY * geometry, double newX, double newY, double newZ) in XdmfGeometrySetOrigin()
/dports/science/jdftx/jdftx-1.6.0/jdftx/fluid/
H A DEuler.h45 inline void getEulerAxis(const vector3<>& newZ, vector3<>& euler) in getEulerAxis()
/dports/science/jdftx/jdftx-1.6.0/fluid1D/fluid/
H A DEuler.h45 inline void getEulerAxis(const vector3<>& newZ, vector3<>& euler) in getEulerAxis()
/dports/math/R-cran-prodlim/prodlim/src/
H A DGMLE.c20 double newZ,nom, denom, diff; in GMLE() local
/dports/games/zdoom/zdoom-2.8.1/src/g_hexen/
H A Da_clericholy.cpp372 fixed_t newZ; in CHolySeekerMissile() local
445 fixed_t newX, newY, newZ; in CHolyWeave() local
/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DStressMinimization.cpp196 NodeArray<double>& newZ) in copyLayout()
225 NodeArray<double> newZ; in minimizeStress() local
/dports/science/plumed/plumed2-2.7.2/src/dimred/
H A DSMACOF.cpp49 Matrix<double> temp( M, M ), BZ( M, M ), newZ( M, InitialZ.ncols() ); in run() local
/dports/games/scorched3d/scorched/src/client/tankgraph/
H A DMissileMesh.cpp105 float newZ = info.position[2]; in draw() local
/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
/dports/graphics/xmedcon/xmedcon-0.17.0/source/
H A Dm-rslice.c307 Uint32 newX, newY, newZ, curX=0, curY=0, curZ=0, f, frames; in MdcResliceImages() local

12345