SectionedUnivariateFunction
class SectionedUnivariateFunction(completeFunction: UnivariateFunction, section: Range<Double>) : UnivariateFunction
Cuts out a section from the completeFunction. The resulting domain of the SectionedUnivariateFunction starts at 0.0 and ends at the length of the section.
Parameters
completeFunction
complete function that is to be cut
section
the range that is cut out from the completeFunction's domain