Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.19 KB

File metadata and controls

13 lines (9 loc) · 1.19 KB

class TransformationMatrix

Member values

Member name Data type Description Usage
r0 TransformationRow First transformation row To 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.
r1 TransformationRow Second transformation row To 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.
r2 TransformationRow Third transformation row To 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.
r3 TransformationRow Fourth transformation row To 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)