class RotationMatrix

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
row1RotationMatrixRowFirst rotation matrix rowTo set row1, you simply assign a value directly to a field within row1. You can also use the parent message's HasField() method to check if a message type field value has been set.
row2RotationMatrixRowSecond rotation matrix rowTo set row2, you simply assign a value directly to a field within row2. You can also use the parent message's HasField() method to check if a message type field value has been set.
row3RotationMatrixRowThird rotation matrix rowTo set row3, you simply assign a value directly to a field within row3. You can also use the parent message's HasField() method to check if a message type field value has been set.

Parent topic: Base (Python)