identity constant

Transform2D const identity

Implementation

static const identity = Transform2D(a: 1, b: 0, c: 0, d: 1, tx: 0, ty: 0);