Uses of Package
de.cau.cs.kieler.core.math

Packages that use de.cau.cs.kieler.core.math
de.cau.cs.kieler.core.math Mathematics classes and functions. 
de.cau.cs.kieler.kiml.options Definition of layout options for automatic layout. 
 

Classes in de.cau.cs.kieler.core.math used by de.cau.cs.kieler.core.math
BezierSpline
          Represents a piecewise bezier spline.
BezierSpline.BezierCurve
          Represents a part of the whole spline consisting of start and end point, and two control points.
ISplineInterpolator
          Global interface for any Spline interpolator.
KVector
          A simple 2D vector class which supports translation, scaling, normalization etc.
 

Classes in de.cau.cs.kieler.core.math used by de.cau.cs.kieler.kiml.options
KVector
          A simple 2D vector class which supports translation, scaling, normalization etc.
KVectorChain
          A chain of vectors.