SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ SLerp()

static constexpr Angle SRL::Math::Trigonometry::SLerp ( const Angle & start,
const Angle & end,
const Fxp & t )
inlinestaticconstexpr

Spherical linear interpolation between two angles.

Takes the shortest path around the circle between angles. All angle operations naturally wrap around due to the 16-bit angle representation.

Parameters
startStarting angle
endEnding angle
tInterpolation factor [0,1]
Returns
Interpolated angle