How to redistribute points evenly over a curve

后端 未结 4 1713
伪装坚强ぢ
伪装坚强ぢ 2020-12-30 18:08

I have some arbitrary curve in 3 dimensions made up of a list of XYZ cartesian points. The points are not evenly distributed (theres a time factor). How can I \'rebuild\'

4条回答
  •  [愿得一人]
    2020-12-30 18:24

    Not sure I'm following, but instead of storing the actual data, maybe store the delta from point to point, then rebuild the curve from the deltas, so there wouldn't be any empty spots? This would, however, change the shape of the curve.

提交回复
热议问题