DUECA/DUSIME
Loading...
Searching...
No Matches
dueca::Carthesian Struct Reference

Set of x, y, z Carthesian coordinates. More...

#include <AxisTransforms.hxx>

Inheritance diagram for dueca::Carthesian:

Public Member Functions

 Carthesian (double x=0.0, double y=0.0, double z=0.0)
 Constructor, straightforward.
 Carthesian (const Carthesian &o)
 Copy constructor.
Carthesianoperator= (const Carthesian &)
 Assignment !

Public Attributes

double x
 x coordinate
double y
 y coordinate
double z
 z coordinate
VectorE xyz
 All coordinates as a vector.

Detailed Description

Set of x, y, z Carthesian coordinates.

Member Function Documentation

◆ operator=()

Carthesian & dueca::Carthesian::operator= ( const Carthesian & )

Assignment !

!!


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