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

void Impala::Visualization::Plot::Plot::GetRotations ( double &  roll,
double &  pitch,
double &  yaw 
) [inline]

Definition at line 114 of file Plot.h.

References mPitch, mRoll, and mYaw.

00115     {
00116         roll = mRoll;
00117         pitch = mPitch;
00118         yaw = mYaw;
00119     }


Generated on Fri Mar 19 11:52:51 2010 for ImpalaSrc by  doxygen 1.5.1