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

◆ Sin()

static constexpr Fxp SRL::Math::Trigonometry::Sin ( const Angle & angle)
inlinestaticconstexpr

Calculates sine of an angle.

Uses the sinTable with interpolation for smooth results. The input angle is automatically wrapped to [0, 2π].

Implementation details:

  • Table lookup with 11-bit interpolation
  • Constant-time execution
  • Automatic angle wrapping
Parameters
angleInput angle in turns
Returns
Sine value in fixed-point format [-1, 1]