]> git.xonotic.org Git - xonotic/gmqcc.git/blob - test/vector.qc
Updated README
[xonotic/gmqcc.git] / test / vector.qc
1 vector vec1 = {-0 +0 0 };
2 vector vec2 = {.0 .0 .0 };
3 vector vec3 = {-.0 +.0 +0.1 };
4 vector vec4 = {1.1 2.2 3.3 };
5 vector vec5 = {2. 3. 4. };
6 vector vec6 = {-2. +3. -4. };
7 /*
8  * These are just comments:  Ideally there is still some broken things
9  * for the vector yet.  which sort of sucks.
10  */