B:BD[
3.21562] → [
3.21562:22525]
if (this.orientation == "=") {
connectCorner(
this.frames.out.corners["01"],
this.frames.in0.corners["01"]
);
connectCorner(
this.frames.out.corners["10"],
this.frames.in1.corners["10"]
);
connectMiddleCorner(
this.frames.in0.corners["10"],
this.frames.in1.corners["00"]
);
connectMiddleCorner(
this.frames.in0.corners["11"],
this.frames.in1.corners["01"]
);
} else if (this.orientation == "0") {
connectCorner(
this.frames.out.corners["01"],
this.frames.in1.corners["01"]
);
connectCorner(
this.frames.out.corners["10"],
this.frames.in0.corners["10"]
);
connectMiddleCorner(
this.frames.in0.corners["01"],
this.frames.in1.corners["00"]
);
connectMiddleCorner(
this.frames.in0.corners["11"],
this.frames.in1.corners["10"]
);
}
// make some midpoints
// connect some midpoints
// out.IS , in0.IL
// in0.SD, in1.IL
// in1.SD, out.LD
// out.IL, in0.IS, in1.IS
// out.SD, in0.LD, in1.LD