コード例 #1
0
 /// <summary>
 /// Set <see cref="Knot"/> <paramref name="knot"/> info in local coordinates at the <paramref name="index"/>
 /// position in the collection.
 /// </summary>
 public void SetKnot(int index, Knot knot)
 {
     _splineData.SetKnot(index, knot);
 }