|  | OpenCAEPoro
    0.2.0 Sep/22/2022
    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 | 
| Substraction. | |
| OCP_DBL | operator* (const Point3D &other) const | 
| Multiplication. | |
| Public Attributes | |
| OCP_DBL | x | 
| OCP_DBL | y | 
| OCP_DBL | z | 
A point in 3D.
Definition at line 46 of file CornerGrid.hpp.