Photo Sphere Viewer
    Preparing search index...

    Type Alias TouchData

    type TouchData = {
        angle: number;
        center: Point;
        distance: number;
    }
    Index

    Properties

    Properties

    angle: number
    center: Point
    distance: number