An Implementation of the Marching Cubes Algorithm
1.0
|
This file contains the definition of a class for vectors in 3D. More...
Go to the source code of this file.
Classes | |
class | common::t3DVector |
This class represents a vector in 3D space. More... | |
Namespaces | |
namespace | common |
The namespace common contains the definition of macros and several utility classes, such as a class for representing 3D vectors and a class for dealing with exceptions in a customized way. | |
Functions | |
t3DVector | common::operator* (double alpha, const t3DVector &v) |
Scales this vector by a constant factor and returns the vector after scaling. |
This file contains the definition of a class for vectors in 3D.
Definition in file 3dvector.hpp.