Dear All
Can somebody help me translate this formula to C#? I need the Arc length of a flying curve from an object.
Thanks for helping.
Dear All
Can somebody help me translate this formula to C#? I need the Arc length of a flying curve from an object.
Thanks for helping.
You first need to resolve the integral - which looks straightforward enough. C# has no provisions to resolve formulas (unlike Matlab or Mathematica).
Thanks