An utility to reuse transform matrix object at application level.

Static methods

staticinlineget():Transform

Get or create a transform. The transform object is ready to be used.

staticrecycle(transform:Transform):Void

Recycle an existing transform. The transform will be cleaned up.

staticclear():Void