Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
CartesianVector.h File Reference

Header file for the cartesian vector class. More...

#include "Pandora/StatusCodes.h"
#include <cmath>
#include <iostream>
#include <limits>
Include dependency graph for CartesianVector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pandora::CartesianVector
 CartesianVector class. More...
 

Namespaces

namespace  pandora
 

Functions

CartesianVector pandora::operator+ (const CartesianVector &lhs, const CartesianVector &rhs)
 Cartesian vector addition operator.
 
CartesianVector pandora::operator- (const CartesianVector &lhs, const CartesianVector &rhs)
 Cartesian vector subtraction operator.
 
CartesianVector pandora::operator* (const CartesianVector &lhs, const double scalar)
 Cartesian vector multiplication with scalar operator.
 
std::ostream & pandora::operator<< (std::ostream &stream, const CartesianVector &cartesianVector)
 Operator to dump cartesian vector properties to an ostream.
 

Detailed Description

Header file for the cartesian vector class.

Log

Definition in file CartesianVector.h.