Changeset 4879:3d39c745c8f7 in roaraudio for include


Ignore:
Timestamp:
04/26/11 14:36:32 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_math_diffpoly(), roar_math_intpoly() and roar_math_numintpoly()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/poly.h

    r4708 r4879  
    5151float roar_math_cvpoly_4x4 (float * poly, float t); 
    5252 
     53int roar_math_diffpoly(float * poly, int len); 
     54int roar_math_intpoly(float * poly, int len, float c); 
     55 
     56float roar_math_numintpoly(float * poly, int len, float st, float et); 
     57 
    5358#endif 
    5459 
Note: See TracChangeset for help on using the changeset viewer.