donotturnoff / aerend

My third year project
0 stars 0 forks source link

`Point` struct #143

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

Creating a struct to represent a point, containing an x and y field, would tidy up some function definitions and make the intent clearer. Also make Dimension containing w and h?