AdaCAD Library Documentation - v1.1.4
    Preparing search index...

    Type Alias Loom

    a loom is just a threading, tieup, and treadling

    type Loom = {
        threading: number[];
        tieup: boolean[][];
        treadling: number[][];
    }
    Index

    Properties

    threading: number[]
    tieup: boolean[][]
    treadling: number[][]