Click or drag to resize
Particle Constructor
Overload List
  NameDescription
Public methodParticle()
Default constructor to be used with member initializers to set member values
Public methodParticle(DrawingWindow)
Initializes a particle with a random position and velocity. The position is uniform in the unit box; the velocity in either direciton is chosen uniformly at random. Member initializers will replace these random values.
Top
See Also