Distance#
 
Functionality#
Finds distance from point to point, from matrix to matrix or between many points and one opposite.
Inputs#
vertices1 and matrix1 and vertices2 and matrix2.
Parameters#
| Name | Type | Description | 
|---|---|---|
| CrossOver | Boolean | for every point finds all opposite points, not one other, but many. | 
Outputs#
distances in format [[12,13,14,15]]
Example of usage#
Example cross over is Off:
 
Example Cross Over is On:
TODO: nortikin/sverchok#4705