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