functionsXt property

List<Function> functionsXt
final

List of functions parametrized : return abscissa of the point of the curve with parameter t.

functionsXt: [(t) => t*cos(t),(t) => 10*cos(2*t)*cos(t)]

Implementation

final List<Function> functionsXt;