x 分量。
y 分量。
z 分量。
向量加法。将当前向量与指定向量的相加
specified vector
向量加法。将当前向量与指定分量的向量相加
The x value of specified vector
The y value of specified vector
The z value of specified vector
克隆当前向量。
向量叉乘。将当前向量左叉乘指定向量
specified vector
向量逐元素相除。将当前向量与指定分量的向量相除的结果赋值给当前向量。
specified vector
向量逐元素相除。将当前向量与指定分量的向量相除的结果赋值给当前向量。
The x value of specified vector
The y value of specified vector
The z 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 z 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
The z value of specified vector
向量数乘。将当前向量数乘指定标量
scalar number
将当前向量的各个分量取反
将当前向量归一化
设置当前向量使其与指定向量相等。
Specified vector
this
设置当前向量的具体分量值。
x value
y value
z value
this
判断当前向量是否与指定向量相等。
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
The z 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 z value of specified vector
返回当前向量的字符串表示。
The string with vector information
将当前向量视为 w 分量为 1 的四维向量,应用四维矩阵变换到当前矩阵
matrix to transform with
数组转向量
Array Start Offset
求向量长度
求向量长度平方
生成一个在单位球体上均匀分布的随机向量
vector length
设置向量值
向量转数组
Array Start Offset
将目标赋值为零向量
Generated using TypeDoc
三维向量。