Home
last modified time | relevance | path

Searched refs:otherZ (Results 1 – 4 of 4) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/
H A Ditem.cpp676 int32 otherX, otherY, otherZ; in getRange() local
683 item2.getLocationAbsolute(otherX, otherY, otherZ); in getRange()
693 otherZmax = otherZ + otherZd; in getRange()
707 if (checkz && otherZ - thisZmax > range) in getRange()
708 range = otherZ - thisZmax; in getRange()
2361 int32 otherX, int32 otherY, int32 otherZ) { in canReach() argument
2374 other->getLocationAbsolute(otherX, otherY, otherZ); in canReach()
2402 end[2] = otherZ; in canReach()
2403 if (otherZ > thisZ && otherZ < thisZ + thisZd) in canReach()
2425 end[2] = otherZ + otherZd / 2; in canReach()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dgameutil.cpp488 int otherZ = pOther->z; in VectorScan() local
490 otherZ += height / 2; in VectorScan()
493 otherZ -= (nOffset*pOther->yrepeat)<<2; in VectorScan()
495 int height2 = scale(otherZ-gHitInfo.hitz, tilesiz[nPicnum].y, height); in VectorScan()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgscircularstring.cpp217 const double otherZ = otherLine->mZ[i]; in compareToSameClass() local
219 if ( z < otherZ ) in compareToSameClass()
223 else if ( z > otherZ ) in compareToSameClass()
H A Dqgslinestring.cpp1503 const double otherZ = otherLine->mZ[i]; in compareToSameClass() local
1505 if ( z < otherZ ) in compareToSameClass()
1509 else if ( z > otherZ ) in compareToSameClass()