ref:function

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


ref:function [2023/12/14 16:03] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Function ======
 +Abstract parameterizable function, see subclasses for actual implementations. 
 +
 +**Inherited by** [[bezier|Bezier]], [[interpolatary_cubic_spline|InterpolataryCubicSpline]], [[piece_wise_constant_function|PieceWiseConstantFunction]], [[piece_wise_linear_function|PieceWiseLinearFunction]], [[polynomial|Polynomial]], [[raised_cosine|RaisedCosine]], [[raise_fall_profile_function|RaiseFallProfileFunction]], [[sine_wave|SineWave]].
 +
 +<sub>Converted from doxygen using [[https://github.com/tgeijten/dokugen|dokugen]]</sub>