source: tests/vector/.expect/vec3_float.txt @ 0b3cdad

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 0b3cdad was ae09808, checked in by Dmitry Kobets <dkobets@…>, 4 years ago

Add vector division and multiplication to vec3 + tests

  • Property mode set to 100644
File size: 860 bytes
Line 
1ctor(x,y):<1.,2.,3.>
2copy ctor:<1.,2.,3.>
3assignment:<3.,4.2,-2.>
4move assignment:<1.,2.,3.>
5zero-init:<0.,0.,0.>
6zero-assign:<0.,0.,0.>
7fill-ctor:<1.23,1.23,1.23>
8?-?:<0.02,0.43,-0.999998>
9?-=?:<0.,0.,0.>
10-?:<-0.,-0.,-0.>
11?+?:<2.3,2.45,-9.2>
12?+=?:<2.3,2.45,-9.2>
13v*s:<4.5,8.25,300.9>
14s*v:<4.5,8.25,300.9>
15?*=?:<4.5,8.25,300.9>
16?*?(vec):<2.,6.,13.5>
17?*=?(vec):<2.,6.,13.5>
18?/?:<0.666667,-0.0333333,15.>
19?/=?:<0.666667,-0.0333333,15.>
20?/?(vec):<1.,-0.0333333,0.666667>
21?/=?(vec):<1.,-0.0333333,0.666667>
22dot_1:0.
23dot_2:37.8
24cross:<-15.,-2.,39.>
25length:3.74166
26length_squared:14.
27distance:7.48599
28normalize:<0.872964,-0.465581,0.145494>
29project:<0.,0.,0.>
30project_2:<5.88034,0.588034,2.35214>
31reflect:<5.28917,6.,-1.57084>
32refract:<0.613403,0.736083,0.286214>
33refract:<0.461205,0.82471,-0.327329>
34faceforward_nochange:<4.,5.5,2.>
35faceforward_flip:<-4.,-5.5,-2.>
Note: See TracBrowser for help on using the repository browser.