Docs.rs
rusttype-0.8.3
rusttype 0.8.3
Docs.rs crate page
MIT / Apache-2.0
Links
Repository
crates.io
Source
Owners
dylanede
jackpot51
alexheretic
Dependencies
approx ^0.3
normal
libm ^0.2.1
normal
linked-hash-map ^0.5
normal
ordered-float ^1
normal
rustc-hash ^1
normal
stb_truetype ^0.3.1
normal
crossbeam-deque ^0.7
normal
crossbeam-utils ^0.7
normal
num_cpus ^1.0
normal
Versions
Go to latest version
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
☰
rusttype
All crates
[
−
]
[src]
Function
rusttype
::
point
pub fn point<N>(x: N, y: N) ->
Point
<N>
A convenience function for generating
Point
s.