class RotationMatrixRow

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
column1floatValue between -1.0 and 1.0You can manipulate the field column1 as if it were a regular field. To clear the value of column1 and reset it to the default value for its type, you call the ClearField() method of the Message interface.
column2floatValue between -1.0 and 1.0You can manipulate the field column2 as if it were a regular field. To clear the value of column2 and reset it to the default value for its type, you call the ClearField() method of the Message interface.
column3floatValue between -1.0 and 1.0You can manipulate the field column3 as if it were a regular field. To clear the value of column3 and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: VisionConfig (Python)