source: roaraudio/libroardsp/poly.c @ 31:5fcf359f2373

Last change on this file since 31:5fcf359f2373 was 31:5fcf359f2373, checked in by phi, 16 years ago

added math.c

File size: 320 bytes
Line 
1//math.c:
2
3#include "libroar.h"
4
5int roar_math_mkpoly (float * poly, float * data, int len);
6
7int roar_math_mkpoly_2x2 (float * poly, float * data);
8int roar_math_mkpoly_3x3 (float * poly, float * data);
9int roar_math_mkpoly_4x4 (float * poly, float * data);
10int roar_math_mkpoly_5x5 (float * poly, float * data);
11
12//ll
Note: See TracBrowser for help on using the repository browser.