2d-vectors 中文文档教程

发布于 5年前 浏览 47 项目主页 更新于 3年前

Vectors

具有以下实用程序的向量类:

Internal vars

this.x (float) 和 this.y (float)

Static methods

dotProduct

采用 (Vector, Vector)
返回浮点数

vectorFromIndex

(索引,宽度)
返回向量

linearInterpolation

(known, v1, v2)
返回浮点数

bilinearInterpolation

(goalV, dotProducts)
返回 linearInterpolation (float)

Prototype methods

magnitude

返回 float

normalize

返回归一化 Vector

subtract

takes (Vector)
返回 Vector

indexFromVector

占用(宽度) 返回浮动

Vectors

A vector class with the following utilities:

Internal vars

this.x (float) and this.y (float)

Static methods

dotProduct

takes (Vector, Vector)
returns float

vectorFromIndex

takes (index, width)
returns vector

linearInterpolation

takes (known, v1, v2)
returns float

bilinearInterpolation

takes (goalV, dotProducts)
returns a linearInterpolation (float)

Prototype methods

magnitude

returns float

normalize

returns normalized Vector

subtract

takes (Vector)
returns Vector

indexFromVector

takes (width) returns float

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文