source:
GTP/trunk/Lib/Vis/Preprocessing/include/Vector3.h
@
68
Revision 68, 172 bytes checked in by bittner, 20 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #ifndef _Vector3_H__ |
2 | #define _Vector3_H__ |
3 | |
4 | |
5 | namespace GtpVisibilityPreprocessor { |
6 | /** 3D vector */ |
7 | class Vector3 { |
8 | public: |
9 | float x, y, z; |
10 | }; |
11 | |
12 | |
13 | }; |
14 | |
15 | |
16 | |
17 | #endif |
Note: See TracBrowser
for help on using the repository browser.