IFEM  90A354
Classes | Typedefs
Vec3.h File Reference

Representation of a point in 3D space with some basic operations. More...

#include <vector>
#include <iostream>
#include <cmath>
Include dependency graph for Vec3.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Representation of a point in 3D space with some basic operations.

Date
Dec 10 2008
Author
Knut Morten Okstad / SINTEF