IFEM  90A354
Classes | Namespaces | Typedefs | Functions
Point.h File Reference

Representation of points in 3D space with coordinates and parameters. More...

#include "Vec3.h"
Include dependency graph for Point.h:
This graph shows which files directly or indirectly include this file:

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::PointPointVec
 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.
 

Detailed Description

Representation of points in 3D space with coordinates and parameters.

Date
Sep 19 2019
Author
Knut Morten Okstad / SINTEF