interface IDistance {
    horizontal: number;
    vertical: number;
}

Properties

Properties

horizontal: number
vertical: number