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

# 向量

[線代](/math/linear.md) ⟩ 向量

{% tabs %}
{% tab title="🔴 主題" %}

* [向量運算](/math/linear/vec/op.md)
* [射影向量](/math/linear/vec/proj.md)
* [向量長度](/math/linear/vec/norm.md)
* [單位向量](/math/linear/vec/unit.md)
* [垂直向量](/math/linear/vec/perp.md)
* [平行向量](/math/linear/vec/parallel.md)
* [向量分解](/math/linear/vec/decomp.md)
  * [向量垂直分解](/math/linear/vec/decomp/perp.md)
  * [圓弧插值法](/math/linear/vec/decomp/spherical.md)
    {% endtab %}

{% tab title="👥 相關" %}

* Desmos ⟩ [矩陣](/math/tool/desmos/expr/matrix.md)
* GGB ⟩ [矩陣](/math/tool/ggb/matrix.md) &#x20;
  {% endtab %}

{% tab title="📗 參考" %}

* [ ] Mathematics for 3D Game Programming & Computer Graphics (2nd Edition, 2004)
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://lochiwei.gitbook.io/math/linear/vec.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.
