OpenBIMRL | Mathematical vector and point functions
Class path: math.tuples.reverse
Inversion of a vector

Description
Changes the direction of a vector. Multiplication by -1.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Vector | Tuple3d | Start vector |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Vector | Tuple3d | Inverted vector |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself