Skip to content

Intermact API Reference / @intermact/core / MarchingSquaresOptions

Interface: MarchingSquaresOptions

Defined in: packages/core/src/pcg/marching-squares.ts:13

Options controlling marching-squares resolution.

Extended by

Properties

nx?

readonly optional nx?: number

Defined in: packages/core/src/pcg/marching-squares.ts:15

Grid cells along x (default 48).


ny?

readonly optional ny?: number

Defined in: packages/core/src/pcg/marching-squares.ts:17

Grid cells along y (default 48).

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