round method

IAABB round()

Implementation

IAABB round() =>
    IAABB(left.round(), top.round(), right.round(), bottom.round());