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