Photo Sphere Viewer
    Preparing search index...

    Type Alias SphericalPosition

    Object defining a spherical position (radians or degrees)

    type SphericalPosition = {
        pitch: number | string;
        yaw: number | string;
    }
    Index

    Properties

    Properties

    pitch: number | string
    yaw: number | string