tseg
Files: tseg.h, tseg.c
This module creates a series of line segments.
sp_tseg_create(sp_tseg **tseg)
sp_tseg_init(sp_data *sp, sp_tseg *tseg, SPFLOAT ibeg)
sp_tseg_compute(sp_data *sp, sp_tseg *tseg, SPFLOAT *trig, SPFLOAT *out)
sp_tseg_destroy(sp_tseg **tseg)
Mandatory Parameters
ibeg: Beginning value.
(Recommended value: 0.001)
Optional Parameters
end: End parameter to go to.
(Default value: 1)
dur: duration to rise to (in seconds).
(Default value: 1)
type: The type of line, which determines slope of line
(Default value: -1)
Inputs
trig: trigger.
Outputs
out: tseg output.