Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 977 Bytes

File metadata and controls

12 lines (8 loc) · 977 Bytes

class RotationMatrix

Member values

Member name Data type Description Usage
row1 RotationMatrixRow First rotation matrix row To 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.
row2 RotationMatrixRow Second rotation matrix row To 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.
row3 RotationMatrixRow Third rotation matrix row To 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)