コード例 #1
0
ファイル: BezierPath.cs プロジェクト: facybenbook/Chess2
 public Vector3 GetTangent(double t)
 {
     return(Coefficients.GetTangent(t));
 }