|
Hi all,
I think this would be an easy implementation but great enhancement for power users.
A new method, could be under Spline:
1, use draw equation to create a new entity, which is a lc_splinepoints, from points generated by "plot equation";
2, This new entity supports: intersections, tangent (better than the rs_spline);
3, while this would be an approximation by 2nd-order spline, user can always increase number of points for better approximation, and the error term is by a 3rd-order.
The current "plot equation" is only a plugin, and it generates line segments.
If we move it to based on lc_splinepoints:
1, it generates a single entity, easier for moving, rotating, mirroring, etc. Only click to select, instead of trying to figure out how to select all line segments;
2, 2nd order approximation, compared with 1st order approximation;
3, intersection/tangent supported;
It would be good, if we can have "trimming" supported as well.
dxli
|