Docs.rs
nalgebra-glm-0.19.0
nalgebra-glm 0.19.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
sebcrozet
Dependencies
approx ^0.5
normal
nalgebra ^0.33
normal
num-traits ^0.2
normal
simba ^0.9
normal
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
nalgebra_
glm
0.19.0
nalgebra_glm
Function
normalize
Copy item path
Source
pub fn normalize<T:
RealNumber
, const D:
usize
>(x: &
TVec
<T, D>) ->
TVec
<T, D>
Expand description
Normalizes a vector.