2 lines
56 B
Rust
2 lines
56 B
Rust
/// A 2D point.
|
|
pub type Point = nalgebra::Point2<f32>;
|
/// A 2D point.
|
|
pub type Point = nalgebra::Point2<f32>;
|