コード例 #1
0
 /// <summary>
 /// Adds a new <see cref="Knot"/> <paramref name="knot"/> to the end of the spline.
 /// </summary>
 /// <param name="knot"></param>
 public void AddKnot(Knot knot)
 {
     _splineData.AddKnot(knot);
 }