class TransformationMatrix

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
r0TransformationRowFirst transformation rowTo set r0, you simply assign a value directly to a field within r0. You can also use the parent message's HasField() method to check if a message type field value has been set.
r1TransformationRowSecond transformation rowTo set r1, you simply assign a value directly to a field within r1. You can also use the parent message's HasField() method to check if a message type field value has been set.
r2TransformationRowThird transformation rowTo set r2, you simply assign a value directly to a field within r2. You can also use the parent message's HasField() method to check if a message type field value has been set.
r3TransformationRowFourth transformation rowTo set r3, you simply assign a value directly to a field within r3. 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)