Function magnetic_monopole::calc[][src]

pub fn calc(
    velocity: &mut Vec3,
    position: &mut Vec3,
    acceleration: &mut Vec3,
    force: &mut Vec3,
    mass: f32,
    charge: f32,
    intensity: f32,
    time_ms: f32
)