コード例 #1
0
ファイル: Bezier3DCurve.cs プロジェクト: zapdot/unity-curves
 public Vector3 GetForwardFast(float t)
 {
     return(_tangentCache.Evaluate(t));
 }