向量的 x 值
The X value of the current vector
向量的 y 值
The Y value of the current vector
向量的 z 值
The Z value of the current vector
Vector3 (Infinity, Infinity, Infinity)
Vector3 (-Infinity, -Infinity, -Infinity)
Vector3 (1, 1, 1)
X轴正方向
The positive direction of the X-Axis
Y轴正方向
The positive direction of the Y-Axis
Vector3 (0, 0, 0)
Z轴正方向
The positive direction of the Z-Axis
向量的长度
Computes length of this vector.
向量长度的平方
Computes squared length of this vector.
复制当前向量
Clones this vector to a new vector
点乘
Computes dot product of this vector and v
两个向量是否相等
Determines whether this vector and v are equal
逆向量
Inverse the current vector
A new Vector3
两个向量是否正交垂直
Determines whether this vector and v are orthogonal
两个向量是否平行
Determines whether this vector and v are parallel
单位向量
Normalizes this vector.
A new Vector3
设置向量的值
Sets values of the current vector
x value
y value
z value
当前向量 (this vector3)
设置向量的值
Sets values of the current vector
An object that contains the values x, y and z
当前向量 (this vector3)
设置向量的 x 值
Sets the x value of the current vector
当前向量 (this vector3)
设置向量的 y 值
Sets the y value of the current vector
当前向量 (this vector3)
设置向量的 z 值
Sets the z value of the current vector
当前向量 (this vector3)
Generated using TypeDoc
表示三维的一个向量
Class representing a vector containing 3 coordinates