|
SISCone
2.0.5
|
class for holding a two-vector More...
#include <geom_2d.h>
Public Member Functions | |
| Ctwovect () | |
| default ctor | |
| Ctwovect (double _x, double _y) | |
| ctor with initialisation | |
| double | mod2 () const |
| norm (modulud square) of the vector | |
| double | modulus () const |
| modulus of the vector | |
Public Attributes | |
| double | x |
| vector coordinates | |
| double | y |
| siscone::Ctwovect::Ctwovect | ( | double | _x, |
| double | _y | ||
| ) | [inline] |