Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class DstArrayT, class Src1ArrayT, class Src2ArrayT>
DstArithT Impala::Core::Array::Trait::BpoAtan2< DstArrayT, Src1ArrayT, Src2ArrayT >::DoIt ( const Src1ArithT x,
const Src2ArithT y 
) [inline]

Actual operation : # return atan2(x,y) #.

Definition at line 45 of file BpoAtan2.h.

References Impala::Core::Array::Element::E1Cast(), and Impala::IsNan().

00046     {
00047         Src1ArithT temp = atan2(x,y);
00048         if(IsNan(temp))
00049             temp = 0.0;
00050         return Element::E1Cast(temp, DstArithT());
00051     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:03:31 2010 for ImpalaSrc by  doxygen 1.5.1