Interface IPointersVec2

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

Properties

x y

Properties

x: number

X-coordinate relative to the container.

y: number

Y-coordinate relative to the container.