#include <HxUpoAtan.h>
Public Types | |
typedef HxTagTransInVar | TransVarianceCategory |
Functor is translation invariant. More... | |
Public Methods | |
HxUpoAtan (HxTagList &) | |
Constructor : empty. More... | |
DstValT | doIt (const SrcValT &x) |
Actual operation : # return x.atan() #. More... | |
Static Public Methods | |
HxString | className () |
The name : "atan". More... |
|
Functor is translation invariant.
|
|
Constructor : empty.
00029 {} |
|
Actual operation : # return x.atan() #.
00033 { return x.atan(); } |
|
The name : "atan".
00037 { return HxString("atan"); } |