Function bevy_rapier2d::prelude::nalgebra::inf[][src]

pub fn inf<T, R, C>(
    a: &Matrix<T, R, C, <DefaultAllocator as Allocator<T, R, C>>::Buffer>,
    b: &Matrix<T, R, C, <DefaultAllocator as Allocator<T, R, C>>::Buffer>
) -> Matrix<T, R, C, <DefaultAllocator as Allocator<T, R, C>>::Buffer> where
    C: Dim,
    T: Scalar + SimdPartialOrd,
    R: Dim,
    DefaultAllocator: Allocator<T, R, C>, 
👎 Deprecated:

use the inherent method Matrix::inf instead

Expand description

Returns the infimum of a and b.