PyNE C++
Public Member Functions | List of all members
CartVect Class Reference

Public Member Functions

 CartVect (double tx, double ty, double tz)
 
 CartVect (const CartVect &other)
 
void set (double tx, double ty, double tz)
 
void set (const double *c)
 
double x () const
 
double y () const
 
double z () const
 
CartVectoperator+= (const CartVect &other)
 
CartVectoperator-= (const CartVect &other)
 
CartVectoperator*= (const CartVect &other)
 
double lensqr () const
 
double len () const
 
CartVect operator~ () const
 
CartVectoperator*= (double a)
 
CartVectoperator/= (double a)
 

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