Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/raft.py SkeinFox(Download)
endpointEnd.point = complex( baseStep * math.ceil( endpointEnd.point.real / baseStep ) + interfaceOverhang, y ) if endpointEnd.point.real > endpointBegin.point.real: euclidean.addXIntersectionIndexesFromSegment( lineSegmentIndex, lineSegment, xIntersectionIndexList ) xIntersections = euclidean.getJoinOfXIntersectionIndexes( xIntersectionIndexList ) joinedSegments = euclidean.getSegmentsFromXIntersections( xIntersections, y )
extendedLineSegment = getExtendedLineSegment( radius, lineSegment, loopXIntersections ) if extendedLineSegment != None: euclidean.addXIntersectionIndexesFromSegment( lineSegmentIndex, extendedLineSegment, xIntersectionIndexList ) xIntersections = euclidean.getJoinOfXIntersectionIndexes( xIntersectionIndexList ) if len( xIntersections ) > 0: