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

void Impala::Application::DemoCamera2d::DoLw2 (  ) 

Definition at line 74 of file mainDemoCamera2d.cpp.

References funcRes, lList, Impala::Core::Array::Norm2Sqr(), and verbose.

00075 {
00076     if (verbose == 1) 
00077         std::cout << "DoLw2 " << std::endl;
00078     //Lx2+Ly2
00079     funcRes = 0;
00080     Norm2Sqr(funcRes, lList[1], lList[2]);
00081 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:39:07 2010 for ImpalaSrc by  doxygen 1.5.1