ceil method

UPoint ceil()

Implementation

UPoint ceil() {
  return UPoint(x.ceilToDouble(), y.ceilToDouble());
}