//! relative translation public void Translate(Vector3f vTranslate) { Min.Add(vTranslate); Max.Add(vTranslate); }