Interface ISwipeVec3

3D vector with rotation (angle in degrees).

interface ISwipeVec3 {
    angle: number;
    x: number;
    y: number;
}

Hierarchy (View Summary)

Properties

Properties

angle: number
x: number
y: number