Example #1
0
 public void AddCloud(Cloud c)
 {
     Clouds.Add(c);
 }
Example #2
0
 public bool intersect(Cloud other)
 {
     return VMath.intersectAABB(this, other);
 }