rovr::render::Matrix4 [-] [+] [src]

type Matrix4 = [[f32; 4]; 4];

A 4x4 matrix, by convention in column-major format.