Photo Sphere Viewer
    Preparing search index...

    Type Alias Position

    Object defining a spherical position (radians)

    type Position = {
        pitch: number;
        yaw: number;
    }
    Index

    Properties

    Properties

    pitch: number
    yaw: number