10 lines
98 B
Python
10 lines
98 B
Python
import numpy as np
|
|
|
|
Position = np.array
|
|
|
|
Velocity = np.array
|
|
|
|
Acceleration = np.array
|
|
|
|
Mass = int
|