Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Keeping a fixed spline length
#4
To maintain a constant spline length while adjusting control points, you can use a numerical method. Implement an algorithm that adjusts the positions of control points iteratively, ensuring the spline length matches your desired value. Utilize techniques like gradient descent or Newton's method to update control point positions based on length constraints.
Reply


Messages In This Thread
Keeping a fixed spline length - by jh092 - 02-07-2024, 03:09 AM
RE: Keeping a fixed spline length - by _Aka_ - 02-07-2024, 10:00 AM
RE: Keeping a fixed spline length - by jh092 - 02-08-2024, 01:34 AM
RE: Keeping a fixed spline length - by Primrose44 - 02-21-2024, 06:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  SplineController Ignores Follow-Up and Chooses Wrong Spline Josenildo 7 2,422 07-29-2025, 09:15 PM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 7 4,009 07-13-2025, 07:11 PM
Last Post: _Aka_
  Is there a way to get the position of each ControlPoint in spline by API? Chanon 1 1,493 06-07-2025, 09:44 AM
Last Post: _Aka_
  Filling a closed spline dynamically rickgplus 1 1,380 04-16-2025, 08:56 AM
Last Post: _Aka_

Forum Jump: