Stellarator and Tokamak Modeling and Meshing Software (STOMMS)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Point Struct Reference

Public Member Functions

 Point ()
 
 Point (double xCoord, double yCoord)
 
 Point (double xCoord, double yCoord, double zCoord)
 

Public Attributes

double x = 0.0
 
double y = 0.0
 
double z = 0.0
 

Constructor & Destructor Documentation

◆ Point() [1/3]

Point::Point ( )
inline

◆ Point() [2/3]

Point::Point ( double  xCoord,
double  yCoord 
)

◆ Point() [3/3]

Point::Point ( double  xCoord,
double  yCoord,
double  zCoord 
)

Member Data Documentation

◆ x

double Point::x = 0.0

◆ y

double Point::y = 0.0

◆ z

double Point::z = 0.0