Exemplo n.º 1
0
 //! relative translation
 public void Translate(Vector3F vTranslate)
 {
     Min.Add(vTranslate);
     Max.Add(vTranslate);
 }