class for holding a two-vector
More...
#include <geom_2d.h>
|
|
| Ctwovect () |
| | default ctor
|
| |
| | Ctwovect (double _x, double _y) |
| | ctor with initialisation More...
|
| |
|
double | mod2 () const |
| | norm (modulud square) of the vector
|
| |
|
double | modulus () const |
| | modulus of the vector
|
| |
|
|
double | x |
| | vector coordinates
|
| |
|
double | y |
| |
class for holding a two-vector
Definition at line 73 of file geom_2d.h.
| siscone::Ctwovect::Ctwovect |
( |
double |
_x, |
|
|
double |
_y |
|
) |
| |
|
inline |
ctor with initialisation
- Parameters
-
| _x | first coordinate |
| _y | second coordinate |
Definition at line 81 of file geom_2d.h.
The documentation for this class was generated from the following file: