Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_CullingTool.hxx31 Standard_Real DistCull; //!< culling distance member
35 CullingContext() : DistCull (-1.0), SizeCull2 (-1.0) {} in CullingContext()
230 if (theCtx.DistCull <= 0.0) in IsTooDistant()
239 if ((aDistToCenter - aSphereRadius) > theCtx.DistCull) in IsTooDistant()
248 *theIsInside = (aDistToCenter + aSphereRadius) <= theCtx.DistCull; in IsTooDistant()
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_CullingTool.hxx31 Standard_Real DistCull; //!< culling distance member
35 CullingContext() : DistCull (-1.0), SizeCull2 (-1.0) {} in CullingContext()
230 if (theCtx.DistCull <= 0.0) in IsTooDistant()
239 if ((aDistToCenter - aSphereRadius) > theCtx.DistCull) in IsTooDistant()
248 *theIsInside = (aDistToCenter + aSphereRadius) <= theCtx.DistCull; in IsTooDistant()
H A DGraphic3d_CullingTool.cxx146 theCtx.DistCull = -1.0; in SetCullingDistance()
149 theCtx.DistCull = theDistance > 0.0 && !Precision::IsInfinite (theDistance) in SetCullingDistance()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_CullingTool.hxx31 Standard_Real DistCull; //!< culling distance member
35 CullingContext() : DistCull (-1.0), SizeCull2 (-1.0) {} in CullingContext()
205 if (theCtx.DistCull <= 0.0) in isTooDistant()
213 return (aSphereCenter - myCamEye).Modulus() - aSphereRadius > theCtx.DistCull; in isTooDistant()