floor method
Floor entries in this.
Implementation
void floor() {
  _v2storage[0] = _v2storage[0].floorToDouble();
  _v2storage[1] = _v2storage[1].floorToDouble();
}Floor entries in this.
void floor() {
  _v2storage[0] = _v2storage[0].floorToDouble();
  _v2storage[1] = _v2storage[1].floorToDouble();
}