用于 vector 的成对运算的两个向量:add、sub、dot、cross、dist、angleBetween 等。两者需要相同数量的项;在顺序重要时,first 是左操作数。
vector
add
sub
dot
cross
dist
angleBetween
first
Optional
第一个向量。在顺序重要时它是左操作数:sub 中的被减向量,cross 中乘积的左侧。
undefined Copy
undefined
第二个向量,与 first 的项数相同。
Namespace: Bit › Inputs › Vector
Other symbols in Inputs.Vector:
API reference home · Full symbol index · Tutorials and guides · Platform
用于
vector的成对运算的两个向量:add、sub、dot、cross、dist、angleBetween等。两者需要相同数量的项;在顺序重要时,first是左操作数。