Skip to content

FoldIntersections

FoldIntersections = object

Defined in: core/src/geometry/fold.ts:34

Where the fold line meets the page edges. A null edge is not crossed.

readonly bottom: Point | null

Defined in: core/src/geometry/fold.ts:37


readonly side: Point | null

Defined in: core/src/geometry/fold.ts:36


readonly top: Point | null

Defined in: core/src/geometry/fold.ts:35