FACT++  1.0
void MCaos::AddPosition ( float  x,
float  y,
float  phi 
)
inline

Definition at line 38 of file MCaos.h.

References ReadResources().

39  {
40  fPositions.push_back(Led(x, y, phi));
41  }
Definition: Led.h:8
std::vector< Led > fPositions
Definition: MCaos.h:11

+ Here is the call graph for this function: