round method
void
round()
Round entries in this.
Implementation
void round() {
_v3storage[0] = _v3storage[0].roundToDouble();
_v3storage[1] = _v3storage[1].roundToDouble();
_v3storage[2] = _v3storage[2].roundToDouble();
}