Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(18) | Call(18) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/skeinforge_utilities/triangle_mesh.py SkeinFox(Download)
solidXIntersectionList = [] y = segmentBegin.imag solidXIntersectionList.append( euclidean.XIntersectionIndex( - 1.0, segmentBegin.real ) ) solidXIntersectionList.append( euclidean.XIntersectionIndex( - 1.0, segmentEnd.real ) ) for belowLoopIndex in xrange( len( belowOutsetLoops ) ):
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/skeinforge_utilities/triangle_mesh.py SkeinFox(Download)
solidXIntersectionList = [] y = segmentBegin.imag solidXIntersectionList.append( euclidean.XIntersectionIndex( - 1.0, segmentBegin.real ) ) solidXIntersectionList.append( euclidean.XIntersectionIndex( - 1.0, segmentEnd.real ) ) for belowLoopIndex in xrange( len( belowOutsetLoops ) ):
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/skeinforge_utilities/triangle_mesh.py SkeinFox(Download)
solidXIntersectionList = [] y = segmentBegin.imag solidXIntersectionList.append( euclidean.XIntersectionIndex( - 1.0, segmentBegin.real ) ) solidXIntersectionList.append( euclidean.XIntersectionIndex( - 1.0, segmentEnd.real ) ) for belowLoopIndex in xrange( len( belowOutsetLoops ) ):
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/widen.py SkeinFox(Download)
pointEndRotated = segmentYMirror * pointEnd xIntersectionIndexList = [] xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointBeginRotated.real ) ) xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointEndRotated.real ) ) for loopIndex in xrange( len( loops ) ):
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/raft.py SkeinFox(Download)
def addXIntersectionsFromSegment( index, segment, xIntersectionIndexList ): "Add the x intersections from the segment." for endpoint in segment: xIntersectionIndexList.append( euclidean.XIntersectionIndex( index, endpoint.point.real ) )
xIntersections = euclidean.getXIntersectionsFromIntersections( xIntersectionIndexList ) for xIntersection in xIntersections: xTotalIntersectionIndexList.append( euclidean.XIntersectionIndex( subStepIndex, xIntersection ) ) xTotalIntersections = getJoinOfXIntersectionIndexes( xTotalIntersectionIndexList ) lineSegments = euclidean.getSegmentsFromXIntersections( xTotalIntersections, y )
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/raft.py SkeinFox(Download)
def addXIntersectionsFromSegment( index, segment, xIntersectionIndexList ): "Add the x intersections from the segment." for endpoint in segment: xIntersectionIndexList.append( euclidean.XIntersectionIndex( index, endpoint.point.real ) )
xIntersections = euclidean.getXIntersectionsFromIntersections( xIntersectionIndexList ) for xIntersection in xIntersections: xTotalIntersectionIndexList.append( euclidean.XIntersectionIndex( subStepIndex, xIntersection ) ) xTotalIntersections = getJoinOfXIntersectionIndexes( xTotalIntersectionIndexList ) lineSegments = euclidean.getSegmentsFromXIntersections( xTotalIntersections, y )
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/inset.py SkeinFox(Download)
rotatedLoopList.append( rotatedLoop ) xIntersectionIndexList = [] xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointBeginRotated.real ) ) xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointEndRotated.real ) ) euclidean.addXIntersectionIndexesFromLoopLists( rotatedLoopLists, xIntersectionIndexList, pointBeginRotated.imag )
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/inset.py SkeinFox(Download)
rotatedLoopList.append( rotatedLoop ) xIntersectionIndexList = [] xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointBeginRotated.real ) ) xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointEndRotated.real ) ) euclidean.addXIntersectionIndexesFromLoopLists( rotatedLoopLists, xIntersectionIndexList, pointBeginRotated.imag )
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/inset.py SkeinFox(Download)
rotatedLoopList.append( rotatedLoop ) xIntersectionIndexList = [] xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointBeginRotated.real ) ) xIntersectionIndexList.append( euclidean.XIntersectionIndex( - 1, pointEndRotated.real ) ) euclidean.addXIntersectionIndexesFromLoopListsY( rotatedLoopLists, xIntersectionIndexList, pointBeginRotated.imag )