Breakout
Classes | Enumerations
Contact.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Contact
 Represents the contact when the ball hits paddle or wall. More...
 

Enumerations

enum class  CollisionType {
  None , Top , Middle , Bottom ,
  Left , Right
}
 Represents the type of Collision between Paddle, Ball and Walls. More...
 

Enumeration Type Documentation

◆ CollisionType

enum CollisionType
strong

Represents the type of Collision between Paddle, Ball and Walls.

Enumerator
None 
Top 
Middle 
Bottom 
Left 
Right