Interface FunctionPlotDatumDerivative

Hierarchy

  • FunctionPlotDatumDerivative

Properties

$$mouseListener?: any

The derivative of the parent data fn

Additional information available during function evaluation

updateOnMouseMove?: boolean

True to compute the tangent line by evaluating derivative.fn with the current mouse position (i.e. let x0 be the abscissa of the mouse position transformed to local coordinates, the tangent line to the point x0, fn(x0))

x0?: number

The abscissa of the point which belongs to the curve represented by fn whose tangent will be computed (i.e. the tangent line to the point x0, fn(x0))

Generated using TypeDoc