CRIMP
atan2-grey8-float.crimp at [c5760f1135]
Not logged in

File operator/atan2-grey8-float.crimp artifact c45549777e part of check-in c5760f1135


atan2_grey8_float
Tcl_Obj* imageAObj
Tcl_Obj* imageBObj

/*
 * atan2() of all pixels of the two input images.
 */

#define BINOP(x,y)    (atan2((x),(y) * 57.29577951308232087679))
#define BINOP_POST(z) (((z) < 0) ? (360 + (z)) : (z))
#include "binop_grey8_float_float.c"

/* vim: set sts=4 sw=4 tw=80 et ft=c: */
/*
 * Local Variables:
 * mode: c
 * c-basic-offset: 4
 * fill-column: 78
 * End:
 */