24 #include <geometry/vector.h>
25 #include <utils/time/tracker.h>
26 #include <core/exceptions/software.h>
31 using namespace fawkes;
35 main(
int argc,
char **argv)
48 cout <<
"v1: " << v1 << endl;
50 cout <<
"v2 = v1 / 10: " << v2 << endl;
52 cout <<
"v1 /= 10: " << v1 << endl << endl << endl;
69 cout <<
"v4: " << v4 <<
" v5: " << v5 << endl;
71 cout <<
"v7 = v4 + v5: " << v7 << endl;
73 cout <<
"v4 += v5: " << v4 << endl << endl;
79 cout << e.
what() << endl << endl << endl;
86 cout << e.
what() << endl << endl << endl;
float z() const
Convenience getter to obtain the third element.
float x() const
Convenience getter to obtain the first element.
virtual const char * what() const
Get primary string.
float y() const
Convenience getter to obtain the second element.