Function nalgebra_glm::float_bits_to_uint_vec[][src]

pub fn float_bits_to_uint_vec<const D: usize>(v: &TVec<f32, D>) -> TVec<u32, D>
Expand description

Returns an unsigned integer value representing the encoding of each component of v.

The floating point value’s bit-level representation is preserved.

See also: