Docs.rs
lyon_geom-1.0.6
lyon_geom 1.0.6
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nical
Dependencies
arrayvec ^0.7
normal
euclid ^0.22.4
normal
num-traits ^0.2
normal
serde ^1.0
normal
optional
Versions
65.22%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-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
lyon_
geom
1.0.6
lyon_geom
Function
point
Copy item path
Source
pub fn point<S>(x: S, y: S) ->
Point
<S>
Expand description
Shorthand for
Point::new(x, y)
.