$z = 3 + i(2t - 1), t \in [0,1) \\ z = 3 - 6(t-1) + i, t \in [1,2) \\ z = -3 + i(1 - 2(t-2)), t \in [2,3) \\ z = 6(t-3) - 3 - i, t \in [3,4]$
I parameterized a rectangle with vertices at (-3,-i),(-3,i),(3,i), and (3,-i) in the above manner. However, I am having odd results later on in the problem I am working on and I am wondering if it is stemming from a faulty parameterized. Is this valid, and even if it is, is there an even simpler way that I could do it?