c++beziergeometric-arc

Computing Bezier Arc length 3D C++


Im having 4 vector3's holding positions of 4 points for a cubic bezier curve in 3D space. I want to compute arc length, Any help would be appreciated. Thanks .


Solution

  • Google is your friend, showing an article on gamedev.net: Calculating the length of a Bezier curve...