JellevanCampen / pugvania

The Pugvania project contains the implementation of a 2D game and its engine. The poject contains two subprojects: (1) Engine - a static library project containing engine code, and (2) Game - an executable project containing game code.
MIT License
0 stars 0 forks source link

Implement data types for 2D shapes #21

Closed JellevanCampen closed 7 years ago

JellevanCampen commented 8 years ago

Implement data types for the following 2D shapes:

JellevanCampen commented 8 years ago

Point2D and Vector2D implemented by 0661a6c.

JellevanCampen commented 8 years ago

Line2D is implemented by 70f3223.

JellevanCampen commented 8 years ago

Rectangle2D is implemented in 4f76541.