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

template<class DstArrayT, class SrcArrayT>
DstArithT Impala::Core::Array::Trait::M3poNorm2Sqr< DstArrayT, SrcArrayT >::DoIt ( const SrcArithT x,
const SrcArithT y,
const SrcArithT z 
) [inline]

Actual operation.

Definition at line 38 of file M3poNorm2Sqr.h.

00039     {
00040         return x*x + y*y + z*z;
00041     }


Generated on Fri Mar 19 11:04:00 2010 for ImpalaSrc by  doxygen 1.5.1