Skip to content

Intermact API Reference / @intermact/core / parametricGraph

Function: parametricGraph()

parametricGraph(handle, fn, opts?): IMObject2D

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

Sample a parametric curve t -> [x, y] (data coords) glued to axes.

Parameters

handle

AxesHandle

fn

(t) => Vec2

opts?

ParametricOptions = {}

Returns

IMObject2D

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