eldorado.tu-dortmund.de/server/api/core/bitstreams/0ebc5809-80d8-443b-9a10-2f6393125c85/content
D:/Dokumente-Veröffentlichungen/081117-CI-Report254/CI-Report254.dvi
other cylinderthen
10: return 0 ⊲ interpenetration of cylinders
11: 12: dUBDisk[]← UPPERBOUNDDISTANCESBETWEENDISKS(CylA, CylB) 13: if any ofdUBDisk[] = 0 then 14: return 0 ⊲ intersection of cylinder disks [...] CylB.Radius
3: (dLS , a, b)← DISTANCEL INESEGMENTS(CylA.LineSegment, CylB.LineSegment) 4: if a, b ∈]0, 1[ then 5: return dLS − radii ⊲ min. distance between shells
6: if dLS − radii ≥ dUpperBound then 7: …