CubicTransition
This class is similar to WeightedTransition, except that it computes a cubic polynomial fit in the transition region instead of weighting the two functions: where the polynomial coefficients are fitted to satisfy the properties listed for WeightedTransition, which gives 4 equations:
As noted for WeightedTransition, this transition is recommended over WeightedTransition when the transition occurs at the intersection of two functions.