|
summary = 'Get the Transform\'s matrix.',
|
|
summary = 'Get the Transform\'s matrix.',
|
|
description = 'Returns the individual matrix components of a Transform, in column-major order.',
|
|
description = 'Returns the individual matrix components of a Transform, in column-major order.',
|
|
|
|
+ returns = { 'm11', 'm21', 'm31', 'm41', 'm12', 'm22', 'm32', 'm42', 'm13', 'm23', 'm33', 'm43', 'm14',' m24', 'm34', 'm44' }
|