Function nalgebra_glm::floor[][src]

pub fn floor<N: Real, D: Dimension>(x: &TVec<N, D>) -> TVec<N, D> where
    DefaultAllocator: Alloc<N, D>, 

Returns componentwise a value equal to the nearest integer that is less then or equal to x.