Docs.rs
physdes-rs-0.1.5
physdes-rs 0.1.5
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
luk036
Dependencies
env_logger ^0.11
normal
optional
intervallum ^1.4.4
normal
log ^0.4
normal
optional
num ^0.4.3
normal
num-traits ^0.2.19
normal
serde ^1.0
normal
optional
criterion ^0.5
dev
quickcheck ^1
dev
quickcheck_macros ^1.1.0
dev
svgbobdoc ^0.3
dev
Versions
57.58%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
Module vector2
physdes
0.1.5
Module vector2
Module Items
Structs
In crate physdes
physdes
Module
vector2
Copy item path
Source
Expand description
Vector2 types and operations
Structs
ยง
Vector2
The code defines a generic struct called Vector2 with two fields, x_ and y_.