Function graphics_buffer::identity[][src]

pub fn identity() -> Matrix2d

Returns the identity matrix: [[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]].