Skip to main content

Function: atShapeExtremum()

function atShapeExtremum(
axis,
extremum,
tolerance?): ShapeFinderFunction;

Defined in: finders/helpers.ts:33

Creates a finder function selecting elements that touch one of the shape's axis-aligned bounding-box extremes.

Parameters

axis

CartesianAxis

extremum

"min" | "max"

tolerance?

number = 1e-6

Returns

ShapeFinderFunction