Пример #1
0
 /// <summary>
 /// directly gets the point for the current spline type with no lookup table to adjust for constant speed
 /// </summary>
 private Vector3 getPoint(float t)
 {
     return(_solver.getPoint(t));
 }