SaturnRingLibrary
0.9.1
SGL wrapper
Loading...
Searching...
No Matches
◆
Min()
static 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