<<>> <> <> <> <> <> <> <> <> CubicSplinePackage: CONFIGURATION IMPORTS ImagerTransformation, Polynomial, RealFns, Vector2 EXPORTS ALL = BEGIN RegularUMSplineImpl; --Regular Splines, Unit Mesh RegularALSplineImpl; --Regular Splines, Arc Length LocalSplinesImpl; --Local Splines CubicSplinesImpl; --Router for above three modules Cubic2Impl; CubicPathsImpl; CharacterizeCubicImpl; END.