Distance3D
Computes the distance between two 3D points A and B. Which is the length of the vector with start and end points A and B If one input is an array and the other is a single point, the scaler will be broadcast to the size of the array
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
A (a) |
|
Vector A |
|
B (b) |
|
Vector B |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
distance |
|
The distance between the input vectors |