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