Description: A 3D vector class CVector3D, with three constructors, and copy, dot product, cross product, the modular unit of the other operations, and to achieve " + - = == + = -= * [] " such as operator overloading. (Using C++ implementation)
To Search:
File list (Check if you may need any files):
VC8-4 Vector3DOperations 2.0\CVector3D\CVector3D.cpp
............................\.........\CVector3D.vcproj
............................\.........\CVector3D.vcproj.CGCAD.hanqc.user
............................\.........\Debug\BuildLog.htm
............................\.........\.....\CVector3D.exe.embed.manifest
............................\.........\.....\CVector3D.exe.embed.manifest.res
............................\.........\.....\CVector3D.exe.intermediate.manifest
............................\.........\.....\CVector3D.obj
............................\.........\.....\CVector3D.pch
............................\.........\.....\mt.dep
............................\.........\.....\stdafx.obj
............................\.........\.....\vc80.idb
............................\.........\.....\vc80.pdb
............................\.........\ReadMe.txt
............................\.........\stdafx.cpp
............................\.........\stdafx.h
............................\CVector3D.ncb
............................\CVector3D.sln
............................\CVector3D.suo
............................\debug\CVector3D.exe
............................\.....\CVector3D.ilk
............................\.....\CVector3D.pdb
............................\CVector3D\Debug
............................\CVector3D
............................\debug
VC8-4 Vector3DOperations 2.0