Differences
This shows you the differences between two versions of the page.
— |
ref:piece_wise_constant_function [2020/06/19 15:47] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== PieceWiseConstantFunction ====== | ||
+ | Parameterizable piece-wise constant function. | ||
+ | |||
+ | **Inherits from** [[function|Function]]. | ||
+ | |||
+ | ==== Public Attributes ==== | ||
+ | ^ Parameter ^ Type ^ Description ^ | ||
+ | ^ control_points | size_t | Number of control points in this function. | | ||
+ | ^ control_point_y | const PropNode & | Parameter for the y value of each control point. | | ||
+ | ^ control_point_dt | const PropNode & | Parameter for the dt value of each control point. | | ||
+ | |||
+ | <sub>Converted from doxygen using [[https://github.com/tgeijten/dokugen|dokugen]]</sub> | ||