Skip to content

Intermact API Reference / @intermact/core / TangentOptions

Interface: TangentOptions

Defined in: packages/core/src/constructs/graphs.ts:143

Options for tangentLine.

Properties

dx?

readonly optional dx?: number

Defined in: packages/core/src/constructs/graphs.ts:147

Finite-difference step for the numeric derivative (default 1e-3).


length?

readonly optional length?: number

Defined in: packages/core/src/constructs/graphs.ts:145

Half-length of the drawn tangent in data x units (default 1).


style?

readonly optional style?: ObjectStyle

Defined in: packages/core/src/constructs/graphs.ts:148

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)