BIG rewrite and changes (too many to list)
This commit is contained in:
@@ -22,12 +22,8 @@ impl Display for Agent {
|
||||
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
|
||||
write!(
|
||||
f,
|
||||
"{{\n (x,y): ({},{})\n angle: {}\n population id: {}, i: {} }}",
|
||||
self.x,
|
||||
self.y,
|
||||
self.angle,
|
||||
self.population_id,
|
||||
self.i,
|
||||
"{{\n(x,y): ({},{})\nangle: {}\npopulation id: {}\ni: {}}}",
|
||||
self.x, self.y, self.angle, self.population_id, self.i,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user