Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get travelled distance and distance to travel
#1
Hello,

I use curvy splines to create a track. The track is not a loop. How do I calculate the travelled distance and the distance left to travel?

Thank you!
Reply
#2
Hi

Use CurvySpline.GetNearestTF to get the TF of the nearest point on the spline. (see the documentation to learn more about its parameters).
Then use CurvySpline.TFToDistance to convert that TF to a distance. Let's call it D.
The traveled distance on the spline is equal to D.
The distance left to travel on the spline is equal to : CurvySpline.Length - D.
Here is a link to the API reference of the CurvySpline class: https://api.curvyeditor.com/FluffyUnderware.Curvy.CurvySpline.html

I hope this helped.
Have a nice day.
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply
#3
Thank you, I followed your suggestion and got it working.  Big Grin


(11-13-2023, 08:45 PM)_Aka_ Wrote: Hi

Use CurvySpline.GetNearestTF to get the TF of the nearest point on the spline. (see the documentation to learn more about its parameters).
Then use CurvySpline.TFToDistance to convert that TF to a distance. Let's call it D.
The traveled distance on the spline is equal to D.
The distance left to travel on the spline is equal to : CurvySpline.Length - D.
Here is a link to the API reference of the CurvySpline class: https://api.curvyeditor.com/FluffyUnderware.Curvy.CurvySpline.html

I hope this helped.
Have a nice day.
Reply
#4
You are welcome.
If and when you feel like it, please leave a review for the asset, that helps a lot.
Have a nice day
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting Distance from a World Point zorksox 3 5 04-16-2024, 07:30 PM
Last Post: _Aka_
Question Volume Spots inter group distance Sacryn 1 3 02-27-2024, 04:08 PM
Last Post: _Aka_
  Distance travelled across multiple splines jh092 1 7 02-23-2024, 09:44 AM
Last Post: _Aka_
  Absolute distance along spline for Shape Extrusion Module amutp 3 264 10-31-2021, 10:26 AM
Last Post: _Aka_

Forum Jump: