MutableAffine.identity constructor

MutableAffine.identity()

Create a matrix representing the identity transform.

Implementation

MutableAffine.identity() : _storage = Matrix3.identity(), super._p();