Interface ISwipeVec2

2D vector in swipe coordinate space.

interface ISwipeVec2 {
    x: number;
    y: number;
}

Hierarchy (View Summary)

Properties

x y

Properties

x: number
y: number