PopulationConfig: make fields private
This commit is contained in:
parent
b0c9d3888e
commit
b4e2390690
@ -6,10 +6,10 @@ use std::fmt::{Display, Formatter};
|
|||||||
/// A population configuration.
|
/// A population configuration.
|
||||||
#[derive(Debug, Clone, Copy)]
|
#[derive(Debug, Clone, Copy)]
|
||||||
pub struct PopulationConfig {
|
pub struct PopulationConfig {
|
||||||
pub sensor_distance: f32,
|
sensor_distance: f32,
|
||||||
pub step_distance: f32,
|
step_distance: f32,
|
||||||
pub sensor_angle: f32,
|
sensor_angle: f32,
|
||||||
pub rotation_angle: f32,
|
rotation_angle: f32,
|
||||||
|
|
||||||
deposition_amount: f32,
|
deposition_amount: f32,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user