Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/fill.py SkeinFox(Download)
def getHorizontalSegmentsFromLoopLists( fillLoops, alreadyFilledArounds, y ): "Get horizontal segments inside loops." xIntersectionIndexList = [] euclidean.addXIntersectionIndexesFromLoops( fillLoops, - 1, xIntersectionIndexList, y ) euclidean.addXIntersectionIndexesFromLoopLists( alreadyFilledArounds, xIntersectionIndexList, y )
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/fill.py SkeinFox(Download)
def getHorizontalSegmentsFromLoopLists( fillLoops, alreadyFilledArounds, y ): "Get horizontal segments inside loops." xIntersectionIndexList = [] euclidean.addXIntersectionIndexesFromLoops( fillLoops, - 1, xIntersectionIndexList, y ) euclidean.addXIntersectionIndexesFromLoopLists( alreadyFilledArounds, xIntersectionIndexList, y )
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/inset.py SkeinFox(Download)
xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointBeginRotated.real ) ) xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointEndRotated.real ) ) euclidean.addXIntersectionIndexesFromLoopLists( rotatedLoopLists, xIntersectionIndexList, pointBeginRotated.imag ) segments = euclidean.getSegmentsFromXIntersectionIndexes( xIntersectionIndexList, pointBeginRotated.imag ) insideSegments = []
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/inset.py SkeinFox(Download)
xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointBeginRotated.real ) ) xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointEndRotated.real ) ) euclidean.addXIntersectionIndexesFromLoopLists( rotatedLoopLists, xIntersectionIndexList, pointBeginRotated.imag ) segments = euclidean.getSegmentsFromXIntersectionIndexes( xIntersectionIndexList, pointBeginRotated.imag ) insideSegments = []