include/vector.h
branchpyrit
changeset 46 6493fb65f0b1
parent 44 3763b26244f0
child 74 09aedbf5f95f
equal deleted inserted replaced
45:76b254ce92cf 46:6493fb65f0b1
    30 #include <math.h>
    30 #include <math.h>
    31 #include <iostream>
    31 #include <iostream>
    32 
    32 
    33 using namespace std;
    33 using namespace std;
    34 
    34 
       
    35 /**
       
    36  * three cell vector
       
    37  */
    35 class Vector3
    38 class Vector3
    36 {
    39 {
    37 public:
    40 public:
    38 	// data
    41 	// data
    39 	union {
    42 	union {