Uses of Class
break_out.model.Position
-
Packages that use Position Package Description break_out.model -
-
Uses of Position in break_out.model
Fields in break_out.model declared as Position Modifier and Type Field Description private Position
Ball. position
The balls position on the playgroundprivate Position
Paddle. position
The paddles position on the playgroundMethods in break_out.model that return Position Modifier and Type Method Description Position
Ball. getPosition()
The getter for the balls positionPosition
IBall. getPosition()
Position
IPaddle. getPosition()
Position
Paddle. getPosition()
The getter for the paddles positionMethods in break_out.model with parameters of type Position Modifier and Type Method Description void
IPaddle. setPosition(Position position)
void
Paddle. setPosition(Position position)
The setter for the paddles positionConstructors in break_out.model with parameters of type Position Constructor Description Paddle(Position position)
The constructor of a paddleVector2D(Position start, Position end)
This constructor creates a new vector based on the given positions start and end.
-