MCPcopy Create free account
hub / github.com/bighuang624/Algorithms-notes / Particle

Method Particle

code/algs4/Particle.java:51–59  ·  view source on GitHub ↗

Initializes a particle with the specified position, velocity, radius, mass, and color. @param rx x -coordinate of position @param ry y -coordinate of position @param vx x -coordinate of velocity @param vy y -coordinate of velocity @param radius the radius @param

(double rx, double ry, double vx, double vy, double radius, double mass, Color color)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

uniformMethod · 0.95

Tested by

no test coverage detected