Viewer
    Preparing search index...

    Type Alias RectangleTransformParameterValue

    type RectangleTransformParameterValue = {
        names: string[];
        transformations: number[][];
    }
    Index

    Properties

    names: string[]
    transformations: number[][]