reactphysics3d/testbed/nanogui/ext/eigen/doc/snippets/Cwise_minus.cpp

3 lines
39 B
C++

Array3d v(1,2,3);
cout << v-5 << endl;