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

source ยท
pub fn abs<T>(a: &T) -> T
where T: Signed,
๐Ÿ‘ŽDeprecated: use the inherent method Matrix::abs or ComplexField::abs instead
Expand description

The absolute value of a.

Deprecated: Use Matrix::abs or ComplexField::abs instead.