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

Real64 Impala::Core::Array::Element::E1Norm2 ( const Vec3Int32 &  v  )  [inline]

Definition at line 29 of file E1Norm2.h.

References Impala::Core::Array::Element::Vec3Int32::X(), Impala::Core::Array::Element::Vec3Int32::Y(), and Impala::Core::Array::Element::Vec3Int32::Z().

00030 {
00031     return ::sqrt(Real64(v.X())*v.X() + Real64(v.Y())*v.Y() 
00032                   + Real64(v.Z())*v.Z());
00033 }

Here is the call graph for this function:


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