|
IFEM
90A354
|
Representation of a point in 3D space with some basic operations. More...
#include <vector>#include <iostream>#include <cmath>

Go to the source code of this file.
Classes | |
| class | Vec3 |
| Simple class for representing a point in 3D space. More... | |
| class | Vec4 |
| Simple class for representing a point in 3D space and time. More... | |
Typedefs | |
| using | Vec3Pair = std::pair< Vec3, Vec3 > |
| A pair of two point vectors. | |
| using | PointValue = std::pair< Vec3, Real > |
| A point with associated value. | |
| using | Vec3Vec = std::vector< Vec3 > |
| An array of point vectors. | |
| using | PointValues = std::vector< PointValue > |
| An array of point values. | |
Representation of a point in 3D space with some basic operations.