iced-yoda/src/vector.rs

3 lines
59 B
Rust
Raw Normal View History

2019-07-20 19:12:31 +02:00
/// A 2D vector.
pub type Vector = nalgebra::Vector2<f32>;