Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(17) | Call(17) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/fill.py SkeinFox(Download)
alreadyFilledLoop.append( alreadyFilledInset ) around = intercircle.getSimplifiedInsetFromClockwiseLoop( center, aroundInset ) if euclidean.isPathInsideLoop( planeRotatedPerimeter, around ) == euclidean.isWiddershins( planeRotatedPerimeter ): arounds.append( around ) if len( arounds ) < 1:
if euclidean.getMaximumSpan( alreadyFilledInset ) > muchGreaterThanLayerFillInset: gridAlreadyFilledLoop.append( alreadyFilledInset ) if euclidean.isPathInsideLoop( planeRotatedPerimeter, alreadyFilledInset ) == euclidean.isWiddershins( planeRotatedPerimeter ): for point in alreadyFilledInset: back = max( back, point.imag )
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/fill.py SkeinFox(Download)
alreadyFilledLoop.append( alreadyFilledInset ) around = intercircle.getSimplifiedInsetFromClockwiseLoop( center, aroundInset ) if euclidean.isPathInsideLoop( planeRotatedPerimeter, around ) == euclidean.isWiddershins( planeRotatedPerimeter ): arounds.append( around ) if len( arounds ) < 1:
if euclidean.getMaximumSpan( alreadyFilledInset ) > muchGreaterThanLayerFillInset: gridAlreadyFilledLoop.append( alreadyFilledInset ) if euclidean.isPathInsideLoop( planeRotatedPerimeter, alreadyFilledInset ) == euclidean.isWiddershins( planeRotatedPerimeter ): for point in alreadyFilledInset: back = max( back, point.imag )
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/fill.py SkeinFox(Download)
alreadyFilledLoop.append( alreadyFilledInset ) around = intercircle.getSimplifiedInsetFromClockwiseLoop( center, aroundInset ) if euclidean.isPathInsideLoop( planeRotatedPerimeter, around ) == euclidean.isWiddershins( planeRotatedPerimeter ): around.reverse() arounds.append( around )
if euclidean.isWiddershins( alreadyFilledInset ) == euclidean.isWiddershins( center ): gridAlreadyFilledLoop.append( alreadyFilledInset ) if euclidean.isPathInsideLoop( planeRotatedPerimeter, alreadyFilledInset ) == euclidean.isWiddershins( planeRotatedPerimeter ): for point in alreadyFilledInset: back = max( back, point.imag )
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/comb.py SkeinFox(Download)
inset = intercircle.getInsetFromClockwiseLoop( center, halfFillInset ) if euclidean.isLargeSameDirection( inset, center, self.fillInset ): if euclidean.isPathInsideLoop( loop, inset ) == euclidean.isWiddershins( loop ): distanceIndex = euclidean.getNearestDistanceIndex( locationComplex, inset ) if distanceIndex.distance < closestDistanceIndex.distance:
inset = intercircle.getSimplifiedInsetFromClockwiseLoop( center, halfFillInset ) if euclidean.isLargeSameDirection( inset, center, self.fillInset ): if euclidean.isPathInsideLoop( boundaryLoop, inset ) == euclidean.isWiddershins( boundaryLoop ): betweens.append( inset ) self.betweenTable[ self.layerZ ] = betweens
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/comb.py SkeinFox(Download)
inset = intercircle.getInsetFromClockwiseLoop( center, halfFillInset ) if euclidean.isLargeSameDirection( inset, center, self.fillInset ): if euclidean.isPathInsideLoop( loop, inset ) == euclidean.isWiddershins( loop ): distanceIndex = euclidean.getNearestDistanceIndex( locationComplex, inset ) if distanceIndex.distance < closestDistanceIndex.distance:
inset = intercircle.getSimplifiedInsetFromClockwiseLoop( center, halfFillInset ) if euclidean.isLargeSameDirection( inset, center, self.fillInset ): if euclidean.isPathInsideLoop( boundaryLoop, inset ) == euclidean.isWiddershins( boundaryLoop ): betweens.append( inset ) self.betweenTable[ self.layerZ ] = betweens
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/widen.py SkeinFox(Download)
def getIsIntersectingWithinLoop( loop, otherLoop, outsetLoop ): "Determine if the loop is intersecting or is within the other loop." if euclidean.isLoopIntersectingLoop( loop, otherLoop ): return True return euclidean.isPathInsideLoop( otherLoop, loop ) != euclidean.isPathInsideLoop( otherLoop, outsetLoop )
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/skeinforge_utilities/intercircle.py SkeinFox(Download)
insetLoop = getSimplifiedInsetFromClockwiseLoop( center, absoluteInset ) if euclidean.isLargeSameDirection( insetLoop, center, muchGreaterThanLayerInset ): if euclidean.isPathInsideLoop( loop, insetLoop ) == isInInsetDirection: if inset > 0.0: insetLoop.reverse()
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/skeinforge_utilities/intercircle.py SkeinFox(Download)
insetLoop = getSimplifiedInsetFromClockwiseLoop( center, absoluteInset ) if euclidean.isLargeSameDirection( insetLoop, center, muchGreaterThanLayerInset ): if euclidean.isPathInsideLoop( loop, insetLoop ) == isInInsetDirection: if inset > 0.0: insetLoop.reverse()
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/skeinforge_utilities/triangle_mesh.py SkeinFox(Download)
extrudateLoop = intercircle.getSimplifiedInsetFromClockwiseLoop( center, halfWidth ) if euclidean.isLargeSameDirection( extrudateLoop, center, muchGreaterThanHalfWIdth ): if euclidean.isPathInsideLoop( loop, extrudateLoop ) == euclidean.isWiddershins( loop ): extrudateLoop.reverse() extrudateLoops.append( extrudateLoop )
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/skeinforge_utilities/triangle_mesh.py SkeinFox(Download)
extrudateLoop = intercircle.getSimplifiedInsetFromClockwiseLoop( center, halfWidth ) if euclidean.isLargeSameDirection( extrudateLoop, center, muchGreaterThanHalfWIdth ): if euclidean.isPathInsideLoop( loop, extrudateLoop ) == euclidean.isWiddershins( loop ): extrudateLoop.reverse() extrudateLoops.append( extrudateLoop )
1 | 2 Next