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