Uses of Class
de.cau.cs.kieler.core.util.KielerMath.Point

Packages that use KielerMath.Point
de.cau.cs.kieler.core.util General purpose utility classes in the style of java.util
 

Uses of KielerMath.Point in de.cau.cs.kieler.core.util
 

Methods in de.cau.cs.kieler.core.util that return KielerMath.Point
static KielerMath.Point[] KielerMath.calcBezierPoints(List<KielerMath.Point> controlPoints, int resultSize)
          Calculates a number of points on the Bezier curve defined by the given control points.
 

Method parameters in de.cau.cs.kieler.core.util with type arguments of type KielerMath.Point
static KielerMath.Point[] KielerMath.calcBezierPoints(List<KielerMath.Point> controlPoints, int resultSize)
          Calculates a number of points on the Bezier curve defined by the given control points.