Blueprints and factories classes used to generate blueprints. More...
Classes | |
class | ArrayBluePrint |
class | ArrayFactory |
class | C2CubicSpline |
Blueprint for generating a cubic spline satisfying C2 constraints. More... | |
class | C2TensionSpline |
Blueprint for generating a tension spline satisfying C2 constraints. More... | |
class | ConstantArray |
class | ConstantDynamicArray |
class | CubicDerivativeInterpolation |
Blueprint for interpolating a cubic polynomial between end point conditions. More... | |
class | CubicSecondDerivativeInterpolation |
Blueprint for interpolating a cubic polynomial between end point conditions. More... | |
class | DerivativeHeuristicCubicSpline |
Blueprint for generating a cubic spline satisfying C2 constraints. More... | |
class | LinearInterpolation |
Blueprint for interpolating a linear function connecting end point conditions. More... | |
class | LinearPointSlopeForm |
Blueprint for generating a linear function from slope and point pair. More... | |
class | QuinticInterpolation |
Blueprint for interpolating a quintic polynomial between end point conditions. More... | |
class | TensionSecondDerivativeInterpolation |
Blueprint for interpolating a tension function between end point conditions. More... | |
Blueprints and factories classes used to generate blueprints.
The blueprints are used to generate lightweight classes that store the rules to instantiate or configure classes in this package. These are used automatically with the factories to develop constructors and assignments with a convenient notation so you should never need to directly use these classes.