Docs.rs
nalgebra-glm-0.13.0
nalgebra-glm 0.13.0
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
sebcrozet
Dependencies
approx ^0.5
normal
nalgebra ^0.27
normal
num-traits ^0.2
normal
simba ^0.5
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition UVec4
nalgebra_glm
?
Type Definition
nalgebra_glm
::
UVec4
[
−
]
[src]
type UVec4 =
TVec4
<
u32
>;
Expand description
A 4D vector with
u32
components.