Esempio n. 1
0
 public AABB3 Encapsulate(AABB3 b)
 {
     return(Encapsulate(b.min, b.max));
 }
Esempio n. 2
0
 public static void Reset(AABB3 aabb)
 {
     aabb.Clear();
 }
Esempio n. 3
0
 public static void Delete(AABB3 aabb)
 {
 }
Esempio n. 4
0
 public void Encapsulate(AABB3 b)
 {
     Encapsulate(b.min, b.max);
 }