Vector3D-class in C++ v0.1
Submitted By:
RuntimeTerror
Rating:





(
Rate It)
Title:
C++ class Vector3D
Date:
2003-07-30
Author:
runtimeTerror
Email:
[[Email Removed]]
Homepage:
http://www.kaiundina.de
Files:
Vector3D.h - definition of the class Vector3D and its methods
Vector3D.cpp - (requires Vector3D.h) implementation of the class Vector3D and its methods
Description:
A class representing a Vector with its 3 components x, y and z.
The class provides multiple methods which allow computing with vectors.
The methods and constructors are described in detail within the source-code