Public Member Functions | Public Attributes | List of all members
SpacePoint Struct Reference

Public Member Functions

 SpacePoint (double ax, double ay, double az)
 

Public Attributes

double x
 
double y
 
double z
 

Detailed Description

Definition at line 91 of file test_GeometryDune.cxx.

Constructor & Destructor Documentation

SpacePoint::SpacePoint ( double  ax,
double  ay,
double  az 
)
inline

Definition at line 95 of file test_GeometryDune.cxx.

95 : x(ax), y(ay), z(az) { }

Member Data Documentation

double SpacePoint::x

Definition at line 92 of file test_GeometryDune.cxx.

double SpacePoint::y

Definition at line 93 of file test_GeometryDune.cxx.

double SpacePoint::z

Definition at line 94 of file test_GeometryDune.cxx.


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