identity constant
AffineMatrix
const identity
The identity affine matrix.
Implementation
static const AffineMatrix identity = AffineMatrix(1, 0, 0, 1, 0, 0);
The identity affine matrix.
static const AffineMatrix identity = AffineMatrix(1, 0, 0, 1, 0, 0);