c3nav
    Preparing search index...

    Interface Projection

    interface Projection {
        pipeline?: string | null;
        proj4: string;
        rotation: number;
        rotation_matrix?: number[] | null;
        zero_point: [number, number];
    }
    Index

    Properties

    pipeline?: string | null
    proj4: string
    rotation: number
    rotation_matrix?: number[] | null
    zero_point: [number, number]