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
/
vector.rs
blob: 12f1f0829f57ba847b85ac7fda05c33c933fb263 (
plain
) (
blame
)
1
2
/// A 2D vector.
pub
type
Vector
=
nalgebra
::
Vector2
<
f32
>
;