Class AS::Transform2D
In: lib/as_transform2d.rb
Parent: Matrix

2D matrix transformations.

Methods

ortho   pack   rotate   rotate   scale   scale   translate   translate  

Constants

Identity = Matrix.identity(4)

Public Class methods

Make a rotation transformation.

Make a scale transformation.

Make a translate transformation.

Public Instance methods

Create an AS::PackedMatrix pointing to self.

Rotate the transformation.

Scale the transformation.

Translate the transformation.

[Validate]