index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
point.rs
blob: 8f1726898b17b54031a8f8208df2fcf1923bedae (
plain
) (
blame
)
1
2
/// A 2D point.
pub
type
Point
=
nalgebra
::
Point2
<
f32
>
;