Original Post
Evening all. I'm doing a bit of work with 3D cubic Bezier curves, and I've run into a bit of a problem. I need to know (ideally) the exact length of the curve I'm working with. I know that I can get an approximation of the length by creating straight lines along the length of the curve, then adding together their lengths, but I was wondering if there was a simpler solution in the form of an equation that I can solve for the curve. I can't seem to find much on Google about it, so any input is greatly appreciated...