コード例 #1
0
ファイル: heatmap.py プロジェクト: just-boris/coupling-plot
def intersect(a, b):
    cylinder = Gauss(cylinderG[0], cylinderG[1], a, b)
    return coupling.coupling(planar.func, cylinder.func)
コード例 #2
0
ファイル: main.py プロジェクト: just-boris/coupling-plot
def intersect(a, b):
    cylinder = Gauss(4.5, 4.5, a, b)
    return coupling.coupling(planar.func, cylinder.func)
コード例 #3
0
def traversal(d):
    w1 = divergence(w, d)
    cylinder = Gauss(*w1, a=0, b=-2.98)
    return coupling(planar.func, cylinder.func)