
Inputs
投入
模式
Here you can select the method of calculation for the measure of distance:
这里你可以选择距离的计算方法:
- Euclidian 欧几里德的: First, the direct connection vector between the positions will be calculated after which the length of the vector will be calculated. The result produces the shortest distance between both positions. : 首先计算位置之间的直接连接矢量,然后计算矢量的长度。结果产生两个位置之间的最短距离
- Manhattan 曼哈顿: The distance will be calculated in a grid, i.e., the individual distances between the positions along the main axis of the coordinates will be added together. For 2D vector coordinates, for example, this distance contains the distance along the X axis and the distance along the Y axis. : 距离将以网格形式计算,也就是说,坐标主轴上各位置之间的单独距离将相加。例如,对于2D 矢量坐标,这个距离包含沿 x 轴的距离和沿 y 轴的距离
数据类型
Only the formats Vector2D, Vector, and Vector4D are admissible for the measure of distance.
只有 Vector2D、 Vector 和 Vector4D 格式可以用来度量距离。
值1[ XYZ ]值2[ XYZ ]
Here you can define the positions between which the distance should be measured.
这里你可以定义测量距离的位置。