# Linear Geogebra

**Box** is the basic for everything in 2D rendering, and **Vector** is what that forms a **Box.**

## Why Box?

In 2D rendering and especially in Minecraft, a non rotatable rectangle is all that needed to declare the size and position to render. In order to be simple, all the transforms on rotations are embedded into the Quaternion, which the MatrixStack also uses.


---

# 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://oasis-land-ic.gitbook.io/equator-v2/mathematics/vectors-and-boxes.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.
