Member values
Member name | Data type | Description |
---|---|---|
column1 | float32 | Value between -1.0 and 1.0 |
column2 | float32 | Value between -1.0 and 1.0 |
column3 | float32 | Value between -1.0 and 1.0 |
Member functions
Function name | Return type | Input type | Description |
---|---|---|---|
column1() | float32 | void | Returns the current value of column1. If the column1 is not set, returns 0. |
set_column1() | void | float32 | Sets the value of column1. After calling this, column1() will return value. |
clear_column1() | void | void | Clears the value of column1. After calling this, column1() will return 0. |
column2() | float32 | void | Returns the current value of column2. If the column2 is not set, returns 0. |
set_column2() | void | float32 | Sets the value of column2. After calling this, column2() will return value. |
clear_column2() | void | void | Clears the value of column2. After calling this, column2() will return 0. |
column3() | float32 | void | Returns the current value of column3. If the column3 is not set, returns 0. |
set_column3() | void | float32 | Sets the value of column3. After calling this, column3() will return value. |
clear_column3() | void | void | Clears the value of column3. After calling this, column3() will return 0. |
Parent topic: VisionConfig (C++)