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

Impala::Visualization::ShotTrail::ShotTrail ( std::string  name,
int  maxlength,
Vec3Int32  color,
double  decay = 0.0 
) [inline]

Definition at line 39 of file VideoMinimap.h.

References mBaseColor, mDecay, mMaxLength, and mName.

00040     {
00041         mMaxLength = maxlength;
00042         mDecay = decay;
00043         mBaseColor = color;
00044         mName = name;
00045     }


Generated on Fri Mar 19 11:49:43 2010 for ImpalaSrc by  doxygen 1.5.1