mirror of
https://github.com/supleed2/ELEC60015-HLP-CW.git
synced 2024-11-10 02:05:48 +00:00
partial equi dist
This commit is contained in:
parent
af29f8babb
commit
afdd8fa67b
|
@ -344,6 +344,7 @@ let initialWireVerticesFromPorts
|
||||||
let startX, startY, endX, endY =
|
let startX, startY, endX, endY =
|
||||||
startPort.X, startPort.Y, endPort.X, endPort.Y
|
startPort.X, startPort.Y, endPort.X, endPort.Y
|
||||||
|
|
||||||
|
printfn $"startX:{startX},endX:{endX},startY:{startY},endY:{endY}"
|
||||||
// Oppositeside -> the two ports face one another
|
// Oppositeside -> the two ports face one another
|
||||||
if routetype = Oppositeside then
|
if routetype = Oppositeside then
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue