Pioneer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
V Class Reference

Public Member Functions

 V ()
 
 V (double _x, double _y, double _z)
 
 V (const V &v)
 
V operator+ (const V a) const
 

Public Attributes

double x
 
double y
 
double z
 

Friends

V operator* (const V a, const double s)
 

Constructor & Destructor Documentation

◆ V() [1/3]

V::V ( )
inline

◆ V() [2/3]

V::V ( double  _x,
double  _y,
double  _z 
)
inline

◆ V() [3/3]

V::V ( const V v)
inline

Member Function Documentation

◆ operator+()

V V::operator+ ( const V  a) const
inline
Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ operator*

V operator* ( const V  a,
const double  s 
)
friend

Member Data Documentation

◆ x

double V::x

◆ y

double V::y

◆ z

double V::z

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