I hereby claim:
- I am rtv on github.
- I am rtv (https://keybase.io/rtv) on keybase.
- I have a public key ASAPYd-tmLboqK9c0H3OROame9VA2CJCkZw_k1VhsWJ4ggo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* | |
| Draws a grey-level image between four 3D points. | |
| @pixels points to an array of @cols*@rows grey values. | |
| @tl[x,y,z] 3D coordinate for top-left image pixel | |
| @tr[x,y,z] 3D coordinate top-right | |
| @bl[x,y,z] 3D coordinate bottom-left | |
| @tr[x,y,z] 3D coordinate bottom-right |
| #include <pthread.h> | |
| #include <stdio.h> | |
| #include <unistd.h> | |
| #include <assert.h> | |
| /* Compile like this: | |
| gcc --std=c99 -lpthread cond.c -o cond |