Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Let's say I have an arbitrary spline, like so:
I need to split this spline such that I have up to 1024 equally-sized segments, specifically, I only need the first 1024th of the segment, the rest of it is idempotent. To be clear, I need this to be *exactly* up to a 1024th of the spline, Measuring the total length and creating a line segment won't do for the precision required for this task, as the error multiplies with subsequent operations.
How do I produce this output? thanks!
Solved! Go to Solution.