Automatic generation produced by ISE Eiffel
class EG_PARTICLE General cluster: physics description: "An EG_PARTICLE has a mass and a position. Plus three values dx, dy and dt which can be used to solve differential equations." create: make Ancestors ANY Queries dt: REAL_64 dx: REAL_64 dy: REAL_64 mass: REAL_64 x: INTEGER_32 y: INTEGER_32 Commands set_delta (a_dx, a_dy: REAL_64) set_dt (a_dt: REAL_64) -- Generated by Eiffel Studio --
For more details: eiffel.org