Searched refs:bNextInside (Results 1 – 1 of 1) sorted by relevance
216 const bool bNextInside(impIsInside(aNext, fPlaneOffset, ePlaneOrthogonal) == bClipPositive); in clipPolygonOnOrthogonalPlane() local218 if(bCurrentInside != bNextInside) in clipPolygonOnOrthogonalPlane()221 if(bNextInside) in clipPolygonOnOrthogonalPlane()237 bCurrentInside = bNextInside; in clipPolygonOnOrthogonalPlane()240 if(bNextInside) in clipPolygonOnOrthogonalPlane()262 const bool bNextInside(impIsInside(aNext, fPlaneOffset, ePlaneOrthogonal) == bClipPositive); in clipPolygonOnOrthogonalPlane() local264 if(bCurrentInside != bNextInside) in clipPolygonOnOrthogonalPlane()271 bCurrentInside = bNextInside; in clipPolygonOnOrthogonalPlane()274 if(bNextInside && nNextIndex) in clipPolygonOnOrthogonalPlane()
Completed in 7 milliseconds