Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
685 B

  1. #ifndef DISCR_INCLUDED
  2. #define DISCR_INCLUDED
  3. #include "bastypes.h"
  4. #include "param.h"
  5. // ******************************************************************* //
  6. _BOOL _FPREFIX Trace3DToDct ( _WORD nTrace, p_3DPOINT pTrace ,
  7. _WORD Order, p_3DPOINT pCoeffs ,
  8. _WORD nItr , _WORD nFiltrItr,
  9. p_LONG pLam , p_LONG pErr , _BOOL fCutTail );
  10. _BOOL _FPREFIX DctToCurve3D ( _WORD Order , p_3DPOINT pCfs ,
  11. _WORD Resam , p_3DPOINT pCrv );
  12. #endif // DISCR_INCLUDED