Struct rust_3d::matrix4::Matrix4 [] [src]

pub struct Matrix4 {
    pub data: [[f64; 4]; 4],
}

Fields

Methods

impl Matrix4
[src]

@todo wont have to be of type option once uvec implemented