Class SplineString



  • public class SplineString
    extends Object
    • Constructor Detail

      • SplineString

        public SplineString(List<Point> Points,
                            double f)
        Create a SplineString, a list of splines that fits the given Point sequence.
        Parameters:
        Points - the sequence of Points that the curve should go through
        f - the fraction in [0..1] to use as a parameter for the construction of the control points