Bitbybit Docs
    Preparing search index...

    Type Alias JSCADGeom2 (Inputs.JSCAD)

    2D geometry: a closed region, held as the edges that bound it.

    type JSCADGeom2 = {
        sides: [JSCADVec2, JSCADVec2][];
        transforms: JSCADMat4;
        color?: JSCADColor;
    }
    Index

    Properties

    sides: [JSCADVec2, JSCADVec2][]
    transforms: JSCADMat4
    color?: JSCADColor