Implement transform method for Geometry

This commit is contained in:
Héctor Ramón Jiménez 2023-10-23 03:14:22 +02:00
parent 5467c19c80
commit 9b8614a4e2
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 29 additions and 13 deletions

View file

@ -7,6 +7,7 @@ pub use event::Event;
pub use program::Program;
pub use crate::graphics::geometry::*;
pub use crate::graphics::Transformation;
pub use crate::renderer::geometry::*;
use crate::core;