class Matrix4 : Cloneable
class Matrix4 : Cloneable
Encapsulates a column major 4x4 Matrix. This class is not thread safe and must be confined to a single thread or protected by some external locking mechanism if necessary. All static methods are thread safe. Rewritten August 8, 2013 by Jared Woolston (jwoolston@tenkiv.com) with heavy influence from libGDX
Author
dennis.ippel
Author
Jared Woolston (jwoolston@tenkiv.com)
See Also
<a href="https://github.com/libgdx/libgdx/blob/master/gdx/src/com/badlogic/gdx/math/Matrix4.java">