Changeset 7c94bae for tests/vector/vec3_float.cfa
- Timestamp:
- Dec 13, 2019, 1:33:48 PM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ae3db00
- Parents:
- 5b24ee2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/vector/vec3_float.cfa
r5b24ee2 r7c94bae 60 60 sout | "dot_2:" | dot(v1, v2); 61 61 62 v2 = cross((vec3(float)){3,-3,1},(vec3(float)){4,9,2}); 63 sout | "cross:" | v2; 64 62 65 v1 = (vec3(float)){1,2,3}; 63 66 sout | "length:" | length(v1);
Note: See TracChangeset
for help on using the changeset viewer.