ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since 1188195 was
0856a96,
checked in by Dmitry Kobets <dkobets@…>, 5 years ago
|
Add unit tests for vec2
|
-
Property mode set to
100644
|
File size:
565 bytes
|
Line | |
---|
1 | ctor(x,y):<1,2> |
---|
2 | copy ctor:<1,2> |
---|
3 | assignment:<3,4.2> |
---|
4 | move assignment:<1,2> |
---|
5 | zero-init:<0,0> |
---|
6 | zero-assign:<0,0> |
---|
7 | fill-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> |
---|
13 | v*s:<4.5,8.25> |
---|
14 | s*v:<4.5,8.25> |
---|
15 | ?*=?:<4.5,8.25> |
---|
16 | ?/?:<0.666667,-0.0333333> |
---|
17 | ?/=?:<0.666667,-0.0333333> |
---|
18 | dot_1:0. |
---|
19 | dot_2:8.6 |
---|
20 | length:5. |
---|
21 | length_squared:25. |
---|
22 | distance:6.5146 |
---|
23 | normalize:<0.882353,-0.470588> |
---|
24 | normalize_2:<1,0> |
---|
25 | project:<5,0> |
---|
26 | project_2:<5.5,5.5> |
---|
27 | reflect:<-5,6> |
---|
28 | refract:<5,6> |
---|
29 | refract:<3.7594,4.5592> |
---|
30 | faceforward_nochange:<4,5.5> |
---|
31 | faceforward_flip:<-4,-5.5> |
---|
Note: See
TracBrowser
for help on using the repository browser.