x 分量。
y 分量。
向量加法。将当前向量与指定向量的相加
specified vector
向量加法。将当前向量与指定分量的向量相加
The x value of specified vector
The y value of specified vector
获取当前向量和指定向量之间的角度。
specified vector
The angle between the current vector and the specified vector (in radians); if there are zero vectors in the current vector and the specified vector, 0 is returned.
克隆当前向量。
向量叉乘。
specified vector
out
向量逐元素相除。将当前向量与指定分量的向量相除的结果赋值给当前向量。
specified vector
向量逐元素相除。将当前向量与指定分量的向量相除的结果赋值给当前向量。
The x value of specified vector
The y value of specified vector
向量点乘。
specified vector
The result of calculates the dot product with another vector
判断当前向量是否在误差范围内与指定向量相等。
Specified vector
The error allowed. It`s should be a non-negative number.
Returns true
when the components of both vectors are equal within the specified range of error; otherwise it returns false
.
判断当前向量是否在误差范围内与指定分量的向量相等。
The x value of specified vector
The y value of specified vector
The error allowed. It`s should be a non-negative number.
Returns true
when the components of both vectors are equal within the specified range of error; otherwise it returns false
.
计算向量的长度(模)。
Length of vector
计算向量长度(模)的平方。
the squared length of this vector
根据指定的插值比率,从当前向量到目标向量之间做插值。
Target vector
The interpolation coefficient.The range is [0,1].
向量乘法。将当前向量乘以与指定向量的结果赋值给当前向量。
specified vector
向量乘法。将当前向量与指定分量的向量相乘的结果赋值给当前向量。
The x value of specified vector
The y value of specified vector
向量数乘。将当前向量数乘指定标量
scalar number
将当前向量的各个分量取反
将当前向量归一化。
计算当前向量在指定向量上的投影向量。
specified vector
将当前向量的旋转
radius of rotation
设置当前向量使其与指定向量相等。
Specified vector
this
设置当前向量的具体分量值。
x value
y value
this
获取当前向量和指定向量之间的有符号角度。
有符号角度的取值范围为 (-180, 180],当前向量可以通过逆时针旋转有符号角度与指定向量同向。
specified vector
The signed angle between the current vector and the specified vector (in radians); if there is a zero vector in the current vector and the specified vector, 0 is returned.
判断当前向量是否与指定向量相等。
specified vector
Returns true
when the components of both vectors are equal within the specified range of error; otherwise it returns false
.
判断当前向量是否与指定分量的向量相等。
The x value of specified vector
The y value of specified vector
Returns true
when the components of both vectors are equal within the specified range of error; otherwise it returns false
.
向量减法。将当前向量减去指定向量
specified vector
向量减法。将当前向量减去指定分量的向量
The x value of specified vector
The y value of specified vector
返回当前向量的字符串表示。
The string with vector information
将当前向量视为 z 分量为 0、w 分量为 1 的四维向量,
应用四维矩阵变换到当前矩阵
matrix to transform with
逐元素向量加法
求两向量夹角弧度
逐元素向量向上取整
复制目标向量
求两向量的欧氏距离
逐元素向量除法
向量点积(数量积)
排除浮点数误差的向量近似等价判断
逐元素向量向下取整
数组转向量
Array Start Offset
逐元素向量取倒数,接近 0 时返回 Infinity
逐元素向量取倒数,接近 0 时返回 0
求向量长度
求向量长度平方
逐元素向量线性插值: A + t * (B - A)
逐元素向量最大值
逐元素向量最小值
逐元素向量乘法
向量标量乘法
逐元素向量取负
生成一个在单位圆上均匀分布的随机向量
vector length
逐元素向量四舍五入取整
逐元素向量乘加: A + B * scale
设置向量值
求两向量的欧氏距离平方
返回向量的字符串表示
向量等价判断
逐元素向量减法
向量转数组
Array Start Offset
Generated using TypeDoc
二维向量。