pixelfoo-apps/src/rect2d.rs

5 lines
60 B
Rust

pub struct Rect2d {
origin: Point2d,
size: Vec2d,
}