source: tests/vector/.expect/vec2_float.txt @ 9ec35db

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

Finished floating point vec2

  • Property mode set to 100644
File size: 586 bytes
Line 
1ctor(x,y):<1.,2.>
2copy ctor:<1.,2.>
3assignment:<3.,4.2>
4move assignment:<1.,2.>
5zero-init:<0.,0.>
6zero-assign:<0.,0.>
7fill-ctor:<1.23,1.23>
8?-?:<0.02,0.43>
9?-=?:<3.23,-6.57>
10-?:<-3.23,6.57>
11?+?:<2.3,2.45>
12?+=?:<2.3,2.45>
13v*s:<4.5,8.25>
14s*v:<4.5,8.25>
15?*=?:<4.5,8.25>
16?/?:<0.666667,-0.0333333>
17?/=?:<0.666667,-0.0333333>
18dot_1:0.
19dot_2:8.6
20length:5.
21length_squared:25.
22distance:6.5146
23normalize:<0.882353,-0.470588>
24normalize_2:<1.,0.>
25project:<5.,0.>
26project_2:<5.5,5.5>
27reflect:<-5.,6.>
28refract:<5.,6.>
29refract:<3.7594,4.5592>
30faceforward_nochange:<4.,5.5>
31faceforward_flip:<-4.,-5.5>
Note: See TracBrowser for help on using the repository browser.