Exemple #1
0
 protected HRect(HPoint vmin, HPoint vmax)
 {
     min = (HPoint)vmin.clone();
     max = (HPoint)vmax.clone();
 }
Exemple #2
0
 protected HRect(HPoint vmin, HPoint vmax)
 {
     min = (HPoint)vmin.clone();
     max = (HPoint)vmax.clone();
 }