Xrysnow / lstgx_Math

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:C++ 55.4%Language:C 43.3%Language:CMake 1.4%