collision detection

Collision detection is the computational problem of detecting the intersection of two or more objects. Collision detection is a classic issue of computational geometry and has applications in various computing fields, primarily in computer graphics, computer games, computer simulations, robotics and computational physics. Collision detection algorithms can be divided into operating on 2D and 3D objects.

You do not have permission to view the full content of this post. Log in or register now.
  1. W

    Help C# Graphics - Draw bouncing balls with collision detection

    In C#, write a code that uses graphics to draw multiple balls that bounces inside the transparent container with collision detection. Put a force as source like wind that affects the balls to bounce of the walls of the transparent container.
Back
Top