Docs.rs
emath-0.13.0
emath 0.13.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
Crates.io
Source
Owners
emilk
Dependencies
mint ^0.5.6
normal
serde ^1
normal
Versions
0.21.0
0.20.0
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
59.15%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
i686-pc-windows-msvc
i686-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Other items in
emath
?
Function
emath
::
pos2
[
−
]
[src]
pub const fn pos2(x:
f32
, y:
f32
) ->
Pos2
Expand description
pos2(x,y) == Pos2::new(x, y)