ixfx
    Preparing search index...

    Type Alias ScalerCombined

    A scaler than can convert to a from an output range

    type ScalerCombined = {
        abs: Scaler;
        height: number;
        rel: Scaler;
        width: number;
        computeScale(): Point;
    }
    Index

    Methods

    Properties

    Methods

    Properties

    abs: Scaler

    Relative to absolute coordinates

    height: number
    rel: Scaler

    Absolute to relative coordintes

    width: number