|
IFEM
90A354
|
Representation of points in 3D space with coordinates and parameters. More...
#include "Vec3.h"

Go to the source code of this file.
Classes | |
| class | utl::Point |
| Class for representing points in 3D space. More... | |
Namespaces | |
| utl | |
| General utility classes and functions. | |
Typedefs | |
| typedef std::vector< utl::Point > | PointVec |
| An array of points. | |
Functions | |
| utl::Point | operator* (const utl::Point &a, Real value) |
| Multiplication of a point and a scalar. | |
| utl::Point | operator* (Real value, const utl::Point &a) |
| Multiplication of a scalar and a point. | |
| utl::Point | operator+ (const utl::Point &a, const utl::Point &b) |
| Summation of two points. | |
Representation of points in 3D space with coordinates and parameters.