Replies: 2 comments 1 reply
-
There exist no analytical function to calculate the length of a B-spline, you have to approximate the curve and calculate the length of the polyline. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could you give me some guidance to get this?
do you mean that I need to get all the knots, then approximate the length?
how can I get all the knots? Is there any library can do this approximate?
On 3/11/2022 00:45,Manfred ***@***.***> wrote:
There exist no analytical function to calculate the length of a B-spline, you have to approximate the curve and calculate the length of the polyline.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how to get the length of spline generated by add_spline(). for example:
Beta Was this translation helpful? Give feedback.
All reactions