AxiniteArgs and the Body Class
A guide to using two of axtools' fundamental classes.
What are AxiniteArgs?
AxiniteArgs?args.name: str
args.delta: np.float64
args.limit: np.float64
args.action: function
args.t: np.float64
args.bodies: list<axtools.Body>
args.radius_multiplier: float or int
args.rate: float or int
args.retain: int
args.modifier: function
args.backend: function*args.unpack()Setting the Limit and Delta
The Body Class
Body ClassLast updated