API (v2.0.0) - Giro3D
    Preparing search index...

    Interface InterpretationOptions

    The interpretation options.

    interface InterpretationOptions {
        max?: number;
        min?: number;
        negateValues?: boolean;
    }
    Index

    Properties

    max?: number
    min?: number
    negateValues?: boolean