pymel.core.datatypes.FloatMatrix

Inheritance diagram of FloatMatrix

class FloatMatrix(*args, **kwargs)

A 4x4 matrix class that wraps Maya’s api FloatMatrix class, It behaves identically to Matrix, but it also derives from api’s FloatMatrix to keep api methods happy

a00
a01
a02
a03
a10
a11
a12
a13
a20
a21
a22
a23
a30
a31
a32
a33
apicls

alias of MFloatMatrix

cnames = ('a00', 'a01', 'a02', 'a03', 'a10', 'a11', 'a12', 'a13', 'a20', 'a21', 'a22', 'a23', 'a30', 'a31', 'a32', 'a33')
identity = FloatMatrix([[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]])
ndim = 2
shape = (4, 4)
size = 16

Previous topic

pymel.core.datatypes.EulerRotation

Next topic

pymel.core.datatypes.FloatPoint

Core

Core Modules

Other Modules

This Page