Hello everyone,
I am looking for a solution to performing these steps:
-Draw a spline
-Divide it in equal-length segments (get the division points)
-Get the angle (or vector) of perpendicularity at these points
-(So I can then) draw perpendicular Lines to this Spline, that end at these points.
So actually there are two questions:
1) Spline equal length division
2) Line perpendicular to Spline at given point
Any thoughts?
1