FlatRedBall.Math.Splines.Spline.GetPositionAtLengthAlongSpline
Introduction The GetPositionAtLengthAlongSpline method can be used to determine a position along the Spline after having traveled a certain distance. When is this method used? Splines are used to define the path that an object moves along. Splines define both a curved path to follow as well as the velocities at each point. Therefore, when[…]