floor method

UPoint floor()

Implementation

UPoint floor() {
  return UPoint(x.floorToDouble(), y.floorToDouble());
}