Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/raft.py SkeinFox(Download)
if endpointEnd.point.real > endpointBegin.point.real: euclidean.addXIntersectionIndexesFromSegment( lineSegmentIndex, lineSegment, xIntersectionIndexList ) xIntersections = euclidean.getJoinOfXIntersectionIndexes( xIntersectionIndexList ) joinedSegments = euclidean.getSegmentsFromXIntersections( xIntersections, y ) if len( joinedSegments ) > 0:
euclidean.addXIntersectionIndexesFromXIntersections( 0, xIntersectionIndexList, supportLayer.xIntersectionsTable[ supportIntersectionsTableKey ] ) euclidean.addXIntersectionIndexesFromXIntersections( 1, xIntersectionIndexList, aboveIntersectionsTable[ aboveIntersectionsTableKey ] ) supportLayer.xIntersectionsTable[ supportIntersectionsTableKey ] = euclidean.getJoinOfXIntersectionIndexes( xIntersectionIndexList ) def addSupportLayerTemperature( self, endpoints, z ):
if extendedLineSegment != None: euclidean.addXIntersectionIndexesFromSegment( lineSegmentIndex, extendedLineSegment, xIntersectionIndexList ) xIntersections = euclidean.getJoinOfXIntersectionIndexes( xIntersectionIndexList ) if len( xIntersections ) > 0: xIntersectionsTable[ xIntersectionsTableKey ] = xIntersections