cf_screen_bounds_to_world¶ Category: draw GitHub: cute_draw.h Returns a CF_Aabb of the screen bounds in world space. CF_Aabb cf_screen_bounds_to_world(); Remarks¶ This can be useful for colliding against the screen, or implementing occlusion culling. Related Pages¶ cf_world_to_screen cf_screen_to_world