feat: add support for drawing velocity vectors
This commit is contained in:
@@ -132,6 +132,7 @@ struct Particle : public Agent<vec<N>> {
|
||||
}
|
||||
|
||||
const vec<N> &get_position() const { return position; };
|
||||
const vec<N> &get_velocity() const { return velocity; };
|
||||
|
||||
private:
|
||||
A alg;
|
||||
|
Reference in New Issue
Block a user