I have a NURBS line which is always composed of 3 points, 3 weights, the knot vector, and is of degree 2.
I need to calculate the length of this line, but I can't find any method online to do so.
It doesn't have to be 100% accurate, converting into a polyline and working out the combined length of the segments would be fine too. Does anyone have any suggestions?