w 分量。
x 分量。
y 分量。
z 分量。
向量加法。将当前向量与指定向量的相加
specified vector
向量加法。将当前向量与指定分量的向量相加
The x value of specified vector
The y value of specified vector
The z value of specified vector
The w value of specified vector
克隆当前向量。
向量叉乘。视当前向量和指定向量为三维向量(舍弃 w 分量),将当前向量左叉乘指定向量
向量逐元素相除。将当前向量与指定分量的向量相除的结果赋值给当前向量。
specified vector
向量逐元素相除。将当前向量与指定分量的向量相除的结果赋值给当前向量。
The x value of specified vector
The y value of specified vector
The z value of specified vector
The w value of specified 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 w 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
The w value of specified vector
向量数乘。将当前向量数乘指定标量
scalar number
将当前向量的各个分量取反
将当前向量归一化
设置当前向量使其与指定向量相等。
Specified vector
this
设置当前向量的具体分量值。
x value
y value
z value
w 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
The w 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 w value of specified vector
返回当前向量的字符串表示。
The string with vector information
应用四维矩阵变换到当前矩阵
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
四维向量。