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

View File

@ -1,5 +1,5 @@
pub mod color;
#[macro_use]
pub mod point2;
pub mod point2d;
#[macro_use]
pub mod vec2;
pub mod vec2d;