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