Function jumpy::core::physics::collisions::rapier::nalgebra::sup

source ยท
pub fn sup<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 R: Dim, C: Dim, T: Scalar + SimdPartialOrd, DefaultAllocator: Allocator<T, R, C>,
๐Ÿ‘ŽDeprecated: use the inherent method Matrix::sup instead
Expand description

Returns the supremum of a and b.