Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 925 Bytes

File metadata and controls

25 lines (20 loc) · 925 Bytes

lstgx_Math

Math and geometry support of LuaSTG-x.

Dependency

Features

  • 2D collision check of following geometry:
    • Circle
    • Oriented Bounding Box
    • Ellipse
    • Diamond
    • Triangle
    • Point
  • Spline interpolation of following methods:
  • Solution of quadratic, cubic and quartic equation.
  • Fast fourier transformation based on meow_fft.
  • Window functions for FFT.
  • Random algorithm from Python.