Docs.rs
vecmat-0.7.8
vecmat 0.7.8
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
nthend
agerasev
Dependencies
approx ^0.5
normal
optional
num-complex ^0.4
normal
num-integer ^0.1
normal
num-traits ^0.2
normal
rand ^0.8
normal
optional
rand_xorshift ^0.3
dev
Versions
61.8%
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
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
Matrix4x4
vecmat
0.7.8
Matrix4x4
Aliased Type
In vecmat::
matrix
vecmat
::
matrix
Type Alias
Matrix4x4
Copy item path
Source
pub type Matrix4x4<T> =
Matrix
<T, 4, 4>;
Aliased Type
ยง
pub struct Matrix4x4<T> {
/* private fields */
}