Lines Matching refs:getZ

153 					if(aAbsNormal.getX() > aAbsNormal.getZ())  in getSignedArea()
158 else if(aAbsNormal.getY() > aAbsNormal.getZ()) in getSignedArea()
172 fRetval += aPreviousPoint.getZ() * aCurrentPoint.getY(); in getSignedArea()
173 fRetval -= aPreviousPoint.getY() * aCurrentPoint.getZ(); in getSignedArea()
176 fRetval += aPreviousPoint.getX() * aCurrentPoint.getZ(); in getSignedArea()
177 fRetval -= aPreviousPoint.getZ() * aCurrentPoint.getX(); in getSignedArea()
198 fRetval /= 2.0 * aAbsNormal.getZ(); in getSignedArea()
647 … const double fXCenter(fOne - ((atan2(aPlaneCenter.getZ(), aPlaneCenter.getX()) + F_PI) / F_2PI)); in applyDefaultTextureCoordinatesSphere()
684 double fX(fOne - ((atan2(aVector.getZ(), aVector.getX()) + F_PI) / F_2PI)); in applyDefaultTextureCoordinatesSphere()
886 const double fAbsZ(fabs(aPlaneNormal.getZ())); in isInside()
898 const bool bCompZA(fTools::more(aPreviousPoint.getZ(), rPoint.getZ())); in isInside()
899 const bool bCompZB(fTools::more(aCurrentPoint.getZ(), rPoint.getZ())); in isInside()
917 aCurrentPoint.getY() - (aCurrentPoint.getZ() - rPoint.getZ()) * in isInside()
919 (aPreviousPoint.getZ() - aCurrentPoint.getZ())); in isInside()
939 const bool bCompZA(fTools::more(aPreviousPoint.getZ(), rPoint.getZ())); in isInside()
940 const bool bCompZB(fTools::more(aCurrentPoint.getZ(), rPoint.getZ())); in isInside()
958 aCurrentPoint.getX() - (aCurrentPoint.getZ() - rPoint.getZ()) * in isInside()
960 (aPreviousPoint.getZ() - aCurrentPoint.getZ())); in isInside()
1060 if(aEdgeVector.getX() > aEdgeVector.getZ()) in isPointOnLine()
1068 fParamTestOnCurr = aTestVector.getZ() / aEdgeVector.getZ(); in isPointOnLine()
1073 if(aEdgeVector.getY() > aEdgeVector.getZ()) in isPointOnLine()
1081 fParamTestOnCurr = aTestVector.getZ() / aEdgeVector.getZ(); in isPointOnLine()
1235 aCurrPoint.getZ()); in snapPointsOfHorizontalOrVerticalEdges()