/[cvs]/api/Classes/Engine3d/TMapareData.h
ViewVC logotype

Contents of /api/Classes/Engine3d/TMapareData.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Jul 1 20:47:58 2001 UTC (22 years, 10 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First import

1 #ifndef __TMapareData_H__
2 #define __TMapareData_H__
3
4 class TMapareData
5 {
6
7 public:
8
9 TMapareData();
10 ~TMapareData();
11
12 void setx( float sx, int steg );
13 float getx(int steg);
14
15 void sety( float sy, int steg );
16 float gety(int steg);
17
18 void setz( float sz, int steg );
19 float getz(int steg);
20
21 void setu( float su, int steg );
22 float getu(int steg);
23
24 void setv( float sv, int steg );
25 float getv(int steg);
26
27 void setg( float sg, int steg );
28 float getg(int steg);
29
30 void setcx( float scx, int steg );
31 float getcx(int steg);
32
33 void setcy( float scy, int steg );
34 float getcy(int steg);
35
36 void setcz( float scz, int steg );
37 float getcz(int steg);
38
39 void setexsists(int iexsists);
40 int getexsists();
41
42 void setcliped(int icliped);
43 int getcliped();
44
45 float curdot[3];
46
47 private:
48 float cx[5];
49 float cy[5];
50 float cz[5];
51 float x[5];
52 float y[5];
53 float z[5];
54 float u[5];
55 float v[5];
56 float g[5];
57
58 int exsists;
59 int cliped;
60
61
62
63 };
64
65 #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26