01: #if !defined(AFX_POINT_H__40573398_0320_4EC6_9B76_6A2962031913__INCLUDED_) 02: #define AFX_POINT_H__40573398_0320_4EC6_9B76_6A2962031913__INCLUDED_ 03: 04: #if _MSC_VER > 1000 05: #pragma once 06: #endif // _MSC_VER > 1000 07: 08: class CPoint 09: { 10: public: 11: int x; 12: int y; 13: int z; 14: 15: void Rotate(int wx, int wy, int wz, double dx, double dy, double dz); 16: }; 17: 18: #endif // !defined(AFX_POINT_H__40573398_0320_4EC6_9B76_6A2962031913__INCLUDED_)