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