# Physics

- [Introduction](https://kb.heathen.group/unity/physics/intro.md)
- [Ballistics](https://kb.heathen.group/unity/physics/ballistics.md)
- [API.Ballistics](https://kb.heathen.group/unity/physics/ballistics/api.ballistics.md)
- [Ballistics Aim](https://kb.heathen.group/unity/physics/ballistics/ballistics-aim.md)
- [Ballistic Path](https://kb.heathen.group/unity/physics/ballistics/ballistic-path.md)
- [Ballistic Path Follow](https://kb.heathen.group/unity/physics/ballistics/ballistic-path-follow.md)
- [Ballistic Path Line Render](https://kb.heathen.group/unity/physics/ballistics/ballistic-path-line-render.md)
- [Ballistics Data](https://kb.heathen.group/unity/physics/ballistics/ballistics-data.md)
- [Ballistic Targeting](https://kb.heathen.group/unity/physics/ballistics/ballistic-targeting.md)
- [Trick Shot](https://kb.heathen.group/unity/physics/ballistics/trick-shot.md)
- [Trick Shot Constant Acceleration](https://kb.heathen.group/unity/physics/ballistics/trick-shot-constant-acceleration.md)
- [Trick Shot Line](https://kb.heathen.group/unity/physics/ballistics/trick-shot-line.md)
- [Verlet Tools](https://kb.heathen.group/unity/physics/verlet-tools.md)
- [Bezier Point](https://kb.heathen.group/unity/physics/verlet-tools/bezier-point.md)
- [Scaled Animation Curve](https://kb.heathen.group/unity/physics/verlet-tools/scaled-animation-curve.md)
- [Verlet (Static Class)](https://kb.heathen.group/unity/physics/verlet-tools/verlet-static-class.md)
- [Verlet Line](https://kb.heathen.group/unity/physics/verlet-tools/verlet-line.md)
- [Verlet Transform Node](https://kb.heathen.group/unity/physics/verlet-tools/verlet-transform-node.md)
- [Verlet Transforms](https://kb.heathen.group/unity/physics/verlet-tools/verlet-transforms.md)
- [Verlet Transform Tree](https://kb.heathen.group/unity/physics/verlet-tools/verlet-transform-tree.md)
- [Verlet Transform Tree Settings](https://kb.heathen.group/unity/physics/verlet-tools/verlet-transform-tree-settings.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.heathen.group/unity/physics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
