@twinfinity/core
    Preparing search index...

    Type Alias ClipPlanes<T>

    ClipPlanes: { [plane in ClipPlaneName]?: T }

    A mapping from clip plane names to values of type T. Used to represent a set of clip planes, e.g. for configuration or state.

    Type Parameters