-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subdivide by equal chord length #362
Comments
@cesarecaoduro can you give an example of desired functionality? From the description it is the same as DivideByCount. since it produces equal spacing and therefore results in equal chord lengths between the points at the equally spaced params. Should it be DivideByMaxChordLength (akin to DivideByMaxSpacing)? |
@d3ssy and @cesarecaoduro, what do we want to do with this issue? |
In the current implementation we have ParameterAtChordLength (returns a param t' from a starting param t given a chord length l), and DivideByChordLength which returns parameters along the curve spaced at equal chord lengths with whatever length is left over at the end of the curve. Are you asking for a method that takes a COUNT and divides the curve into count-1 segments such that the chord lengths of all segments are equal? |
Correct |
Subdivide a curve in equally spaced segments using the chord length
The text was updated successfully, but these errors were encountered: