Beispiel #1
0
 public Vector3 GetForwardFast(float t)
 {
     return(_tangentCache.Evaluate(t));
 }