Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:25:24 2011 for ImpalaSrc by  doxygen 1.5.1