1Array3d v(0, sqrt(2.)/2, 1);
2cout << v.asin() << endl;
3