> For the complete documentation index, see [llms.txt](https://jewels86.gitbook.io/axinite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jewels86.gitbook.io/axinite/axana/overview.md).

# Overview

A quick overview of what's included with axana.

`axinite.analysis` , imported as `axana` , is a module that allows developers to both analyze and manipulate data from simulations.&#x20;

`axana` includes methods and classes for various subjects, such as

* Intercepting bodies with smaller bodies
* Analyzing the eccentricity, velocity, period, and more of an orbit
* Creating and handling quaternions
* Calculating angles between vectors
* Handling the energy and momentum metrics
* Checking line of sight
* Approximating location between timesteps
* Finding intersections in paths

{% hint style="warning" %}
Many of these pages aren't finished. Take a look at the [source code](https://github.com/jewels86/Axinite/tree/main/axinite/analysis) if you need anything.
{% endhint %}
