Changeset 2442:2750ac386c39 in roaraudio for include/libroardsp


Ignore:
Timestamp:
08/19/09 23:02:16 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_math_cvpoly()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/poly.h

    r1370 r2442  
    1 //math.h: 
     1//poly.h: 
     2 
     3// was math.h 
    24 
    35/* 
    4  *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     6 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008, 2009 
    57 * 
    68 *  This file is part of libroar a part of RoarAudio, 
     
    4547int roar_math_mkpoly_5x5 (float * poly, float * data); 
    4648 
     49float roar_math_cvpoly     (float * poly, float t, int len); 
    4750float roar_math_cvpoly_4x4 (float * poly, float t); 
    4851 
Note: See TracChangeset for help on using the changeset viewer.