[][src]Constant graphics_buffer::IDENTITY

pub const IDENTITY: Matrix2d;

The identity matrix: [[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]].