For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/interfaces/Vector3.md.

Interface: Vector3

Beta

包含向量的描述。

Contains a description of a vector.

Properties

x

x: number

Beta

Remarks

此向量的 X 分量。

X component of this vector.


y

y: number

Beta

Remarks

此向量的 Y 分量。

Y component of this vector.


z

z: number

Beta

Remarks

此向量的 Z 分量。

Z component of this vector.