paya.runtime.nodes.FourByFourMatrix#
- class FourByFourMatrix(*args, **kwargs)#
Inheritance
FourByFourMatrix
DependNode
DependNode
PyNode
ProxyUnicode
- getAxis(requestedAxis, normalize=False)#
Retrieves, or initialises, a compound ‘proxy’ that will govern all the row fields for the requested axis.
- getX(normalize=False)#
Initialises or retrieves the compound ‘proxy’ for the X vector. See
getAxis()
. Used to implement the x property.
- getY(normalize=False)#
Initialises or retrieves the compound ‘proxy’ for the Y vector. See
getAxis()
. Used to implement the y property.