OpenBIMRL | Mathematical vector and point functions
Class path: math.tuples.vectorXYZ
Vector from coordinates
Description
Creates a vector from {XYZ} coordinates.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | X | Number | X Component |
1 | Y | Number | Y Component |
2 | Z | Number | Z Component |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Vector | Tuple3d | generated vector |
1 | Length | Number | Vector length |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself