Constant graphics_buffer::IDENTITY[][src]

pub const IDENTITY: Matrix2d;
Expand description

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