# File lib/as_transform2d.rb, line 81 def initialize(matrix=AS::Transform2D::Identity) @packed_matrix = "" self.matrix = matrix end