Skip to content

geometry-nodes overview


Table of contents


utils

GgBox (type alias)

Signature

export type GgBox<T> = { min: T; max: T }

GgBox2d (type alias)

Signature

export type GgBox2d = GgBox<Point2>

GgBox3d (type alias)

Signature

export type GgBox3d = GgBox<Point3>