Vector3.cpp
资源名称:Jhy3D.rar [点击查看]
上传用户:eehhbb
上传日期:2022-08-03
资源大小:2550k
文件大小:1k
源码类别:
OpenGL
开发平台:
Visual C++
- // Vector3.cpp: implementation of the CVector3 class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "Jhy3D.h"
- #include "Vector3.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CVector3::CVector3()
- {
- }
- CVector3::~CVector3()
- {
- }