Function vox_geometry_rust::math_utils::absmin[][src]

pub fn absmin<T: Float>(x: T, y: T) -> T
Expand description

\brief Returns the absolute minimum value among the two inputs.

\Parameter x The first value. \Parameter y The second value.

  • tparam T Value type.

\return The absolute minimum.