transformMatrix

Undocumented in source.
version(unittest)
auto transformMatrix = [[1.0f, 0.0f, 5.0f], [0.0f, 1.0f, 5.0f], [0.0f, 0.0f, 1.0f]];

Meta