package
in
Contributed Library Questions
•
1 year ago
Hi, Im taking a look to physics library
This is an excerpt of the code:
package
traer.physics;public
class Particle{
protected Vector3D position; ....
I dont know what a package is.
After there is this code:
import traer.physics.*;
I thought that in import command there I had to put the file name, that in this case is traer_physics_lib_src but in this case there is the name of the package...is a bit of a mess for me
1