# Proper Vector Math

## Incomplete.

***

##

## Slightly Advanced Syntax

The concepts below are typically deemed as a little outside of the basics of vectors, but shouldn't be too complex if you understood everything so far.

### **Angle Between Vectors**

### **Rotate Vector Around Vector**

### **Vector Dot Product**

### **Vector Cross Product**


---

# 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://sovdee.gitbook.io/skript-tutorials/core-concepts/vectors/proper-vector-math.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.
