/// <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); }