floor method

void floor()

Floor entries in this.

Implementation

void floor() {
  _v2storage[0] = _v2storage[0].floorToDouble();
  _v2storage[1] = _v2storage[1].floorToDouble();
}