![]() |
OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
A point in 3D. More...
#include <CornerGrid.hpp>
Public Member Functions | |
| Point3D (OCP_DBL x0, OCP_DBL y0, OCP_DBL z0) | |
| Point3D & | operator= (const Point3D &other) |
| equal | |
| Point3D | operator+ (const Point3D &other) const |
| Addition. | |
| Point3D | operator- (const Point3D &other) const |
| Subtraction. | |
| OCP_DBL | operator* (const Point3D &other) const |
| Multiplication. | |
| Point3D & | operator+= (const Point3D &other) |
| Point3D & | operator*= (const OCP_DBL &a) |
| Point3D & | operator/= (const OCP_DBL &a) |
| void | Reset () |
Public Attributes | |
| OCP_DBL | x |
| OCP_DBL | y |
| OCP_DBL | z |
A point in 3D.
Definition at line 46 of file CornerGrid.hpp.