Docs.rs
tmf-0.2.1
tmf 0.2.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
FractalFir
Dependencies
document-features ^0.2.7
normal
futures ^0.3.28
normal
lazy_static ^1.4.0
normal
optional
smallvec ^1.10.0
normal
thiserror ^1
normal
tokio ^1.28.1
normal
optional
criterion ^0.5.1
dev
rand ^0.8.5
dev
Versions
95.65%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Vector2
tmf
0.2.1
tmf
Type Alias
Vector2
Copy item path
Source
pub type Vector2 = (
FloatType
,
FloatType
);
Expand description
Type used for representing 2d floating-point vectors