@vcmap/core
    Preparing search index...

    Type Alias ObliqueImageOptions

    type ObliqueImageOptions = {
        centerPointOnGround: Coordinate;
        groundCoordinates: Coordinate[];
        meta: ObliqueImageMeta;
        name: string;
        projectionCenter?: Cartesian3;
        pToImage?: Matrix4;
        pToRealworld?: Matrix3;
        viewDirection: ObliqueViewDirection;
        viewDirectionAngle?: number;
    }
    Index

    Properties

    centerPointOnGround: Coordinate
    groundCoordinates: Coordinate[]
    name: string
    projectionCenter?: Cartesian3
    pToImage?: Matrix4
    pToRealworld?: Matrix3
    viewDirection: ObliqueViewDirection
    viewDirectionAngle?: number