Open ztdepztdep opened 1 year ago
hei
Let's assume the starting point is P{0}, the ending point is P{2}
if we still consider using 'rational Bezier' way to express an arc. One quadrant of the unit circle
C(u) = (x(u),y(u)) = (\frac{1-u^{2}}{1+u^{2}},\frac{2u}{1+u^{2}}) 0<=u<=1
Imagine! Please use your imagination. In your head P{0} = (1, 0), P{1} = (1, 1), P_{2} = (0, 1) For the weights we have
W(u) = 1 + u^{2} = \sum_{i=0}^{2}B_{i,2}(u)w_{i} = (1-u)^{2}w_{0}+2u(1-u)w_{1}+u^{2}w_{2}
So the Bezier representation (w{0} = 1, w{1} = 1, w_{2} = 2)
:) not sure if helpful.
hei
Let's assume the starting point is P{0}, the ending point is P{2}
if we still consider using 'rational Bezier' way to express an arc. One quadrant of the unit circle
Imagine! Please use your imagination. In your head P{0} = (1, 0), P{1} = (1, 1), P_{2} = (0, 1) For the weights we have
So the Bezier representation (w{0} = 1, w{1} = 1, w_{2} = 2)
:) not sure if helpful.