Bitbybit Docs
    Preparing search index...

    Type Alias Point3 (Inputs.Base)

    Point3: [number, number, number]

    A point in space as [x, y, z], and the single most common type in the whole API. Y is up. A plain array, so it survives JSON, passes between kernels unchanged, and can be built by ordinary array code without a constructor.