I am trying to extract a pre-sampled path of straight line segments, or something that allows me to sample a given path at arbitrary point t, that can represent a curve at reasonable resolution, for passing to physical plotter. Can this be achieved with the library or will I have to implement my own cubic / quad interpolation according to the verbs in the Path struct?
Hello,
I am trying to extract a pre-sampled path of straight line segments, or something that allows me to sample a given path at arbitrary point t, that can represent a curve at reasonable resolution, for passing to physical plotter. Can this be achieved with the library or will I have to implement my own cubic / quad interpolation according to the verbs in the Path struct?