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