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/Vector2.md.

Interface: Vector2

Beta

表示一个二维向量。

Represents a two-directional vector.

Properties

x

x: number

Beta

Remarks

二维向量的 X 分量。

X component of the two-dimensional vector.


y

y: number

Beta

Remarks

二维向量的 Y 分量。

Y component of the two-dimensional vector.