Lib.numbers.floats.conversion.ComposeVec3FromList - tixl3d/tixl GitHub Wiki
in Lib.numbers.floats.conversion
Composes a Vector3 by selecting floats from a list. This can be useful for converting data from OSC messages into positions or rotations.
| Name (Relevancy & Type) | Description |
|---|---|
| Input (List`1) | - |
| IndexForX (Int32) | - |
| IndexForY (Int32) | - |
| IndexForZ (Int32) | - |
| InputRange (Vector2) | - |
| OutputRange (Vector2) | - |
| SpringDamping (Single) | - |
| Name | Type |
|---|---|
| Result | System.Numerics.Vector3 |
⚠ Everything else is automatically generated and will be overwritten regularly.