SaturnRingLibrary
0.9.2
SGL wrapper
Loading...
Searching...
No Matches
◆
Min()
constexpr Fxp SRL::Math::Types::Fxp::Min
(
const Fxp &
a
,
const Fxp &
b
)
inline
static
constexpr
Returns the smaller of two fixed-point values.
Parameters
a
First value
b
Second value
Returns
min(a, b)
SRL
Math
Types
Fxp