unreal.Matrix2D

class unreal.Matrix2D(row0: Vector2D = Ellipsis, row1: Vector2D = Ellipsis)

Bases: StructBase

Corresponds to pxr::GfMatrix2d. We don’t expose any methods though, this is just to facilitate reading/writing these types from USD.

C++ Source:

  • Plugin: USDImporter

  • Module: UnrealUSDWrapper

  • File: UnrealUSDWrapper.h

Editor Properties: (see get_editor_property/set_editor_property)

  • row0 (Vector2D): [Read-Write]

  • row1 (Vector2D): [Read-Write]

property row0: Vector2D

[Read-Write]

Type:

(Vector2D)

property row1: Vector2D

[Read-Write]

Type:

(Vector2D)