OpenBIMRL | Mathematical vector and point functions
Class path: math.tuples.distance
Distance

Description
Calculates the Euclidean distance between two points.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Point A | Tuple3d | First point |
| 1 | Point B | Tuple3d | Second point |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Distance | Number | Distance between Input0 and Input1 |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself