Implement transform method for Geometry
This commit is contained in:
parent
5467c19c80
commit
9b8614a4e2
3 changed files with 29 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue