Add basic Point and Rect objects #51

Closed
opened 2020-11-24 14:41:42 +01:00 by kazhnuz · 0 comments
Owner

We have a lot of objects/Concept that are basically rectangles and points (Actors, GUI Elements, Hitboxes, Camera Views and globally the screen), but we don't have any basic representation of them we could derive from, which mean that if we want some stuff (basic picking), we will have to reimplement it in every one of these objects.

We have a lot of objects/Concept that are basically rectangles and points (Actors, GUI Elements, Hitboxes, Camera Views and globally the screen), but we don't have any basic representation of them we could derive from, which mean that if we want some stuff (basic picking), we will have to reimplement it in every one of these objects.
kazhnuz added the
1. Clean-up
2. Deliverable
labels 2020-11-24 14:41:42 +01:00
Sign in to join this conversation.
No description provided.