Type Alias exr::meta::attribute::Matrix4x4

source ·
pub type Matrix4x4 = [f32; 16];
Expand description

A float matrix with four rows and four columns.