OpenCAEPoro  v0.5.0
A simulator for multicomponent porous media flow
Public Member Functions | Public Attributes | List of all members
Point3D Class Reference

A point in 3D. More...

#include <CornerGrid.hpp>

Public Member Functions

 Point3D (OCP_DBL x0, OCP_DBL y0, OCP_DBL z0)
 
Point3Doperator= (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.
 
Point3Doperator+= (const Point3D &other)
 
Point3Doperator*= (const OCP_DBL &a)
 
Point3Doperator/= (const OCP_DBL &a)
 
void Reset ()
 

Public Attributes

OCP_DBL x
 
OCP_DBL y
 
OCP_DBL z
 

Detailed Description

A point in 3D.

Definition at line 46 of file CornerGrid.hpp.


The documentation for this class was generated from the following files: