Rename everything from suffix 2 to 2d for clarity.

This commit is contained in:
Juergen Stuber
2018-12-01 10:03:58 +01:00
parent c3ca8888fd
commit 3389551f05
7 changed files with 145 additions and 141 deletions

4
src/rect2d.rs Normal file
View File

@ -0,0 +1,4 @@
pub struct Rect2d {
origin: Point2d,
size: Vec2d,
}