Skip to content

OpenBIMRL | Mathematical vector and point functions

Class path: math.tuples.distance

Distance

distance1.png

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

distance2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself