EastsidePreparatorySchool / FusorComputationalModeling

Eastside Prep Fusor project electrostatic field modeling and deuteron simulation
2 stars 3 forks source link

Transition from custom vector class to Java's Point3D #39

Open jacksonfellows opened 6 years ago

jacksonfellows commented 6 years ago

Point3D does everything we need

Sfreisem-Kirov commented 6 years ago

Not every use of the Vector Class is a point. The instantaneous accelerations, velocities, and net forces should stay vectors. They are not used in the same way that Gavin used them.

jacksonfellows commented 6 years ago

Point3D has all the tools of a 3 dimensional vector library, but right now, I'm only going to be changing the neutron scattering simulation code I wrote.