Docs.rs
vectorial-0.1.0
vectorial 0.1.0
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
daggerbot
Dependencies
cgmath ^0.18.0
normal
ext-ops ^0.1.0
normal
num-complex ^0.4.3
normal
num-traits ^0.2.15
normal
serde ^1.0.160
normal
Versions
100%
of the crate is documented
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
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
☰
Crate vectorial
Version 0.1.0
All Items
Structs
Functions
?
Crate
vectorial
source
·
[
−
]
Expand description
Vectors and related mathematic types.
Structs
Vec2
2-dimensional vector type.
Vec3
3-dimensional vector type.
Vec4
4-dimensional vector type.
Functions
vec2
Shorthand constructor for
Vec2
.
vec3
Shorthand constructor for
Vec3
.
vec4
Shorthand constructor for
Vec4
.