Public Member Functions | Public Attributes | List of all members
simple_geo::Point2D Struct Reference

Public Member Functions

 Point2D ()=default
 
 Point2D (double new_y, double new_z)
 

Public Attributes

double y = 0.
 
double z = 0.
 

Detailed Description

Definition at line 58 of file GeometryTestAlg.cxx.

Constructor & Destructor Documentation

simple_geo::Point2D::Point2D ( )
default
simple_geo::Point2D::Point2D ( double  new_y,
double  new_z 
)
inline

Definition at line 63 of file GeometryTestAlg.cxx.

63 : y(new_y), z(new_z) {}

Member Data Documentation

double simple_geo::Point2D::y = 0.

Definition at line 59 of file GeometryTestAlg.cxx.

double simple_geo::Point2D::z = 0.

Definition at line 60 of file GeometryTestAlg.cxx.


The documentation for this struct was generated from the following file: