[][src]Function nalgebra_glm::float_bits_to_int_vec

pub fn float_bits_to_int_vec<D: Dimension>(v: &TVec<f32, D>) -> TVec<i32, D> where
    DefaultAllocator: Alloc<f32, D>, 

Returns a signed integer value representing the encoding of each component of v.

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

See also: