00001
00002
00004
00005 #if !defined(AFX_COSTABLE_H__59E237A6_4A99_4611_9FDB_87771C930112__INCLUDED_)
00006 #define AFX_COSTABLE_H__59E237A6_4A99_4611_9FDB_87771C930112__INCLUDED_
00007
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011
00013 class CCosTable
00014 {
00015 public:
00017 float GetCos(int index);
00018 CCosTable();
00020 CCosTable(float start, float end, int width);
00021 virtual ~CCosTable();
00022 private:
00023 float * m_CosTable;
00024
00025 };
00026
00027 #endif // !defined(AFX_COSTABLE_H__59E237A6_4A99_4611_9FDB_87771C930112__INCLUDED_)