odyssey-server/src/game/components/math.rs

3 lines
45 B
Rust
Raw Normal View History

2020-09-30 14:45:22 +00:00
#[derive(Debug)]
pub struct Point(f32, f32);