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