Struct gvr_sys::gvr_mat4f [] [src]

#[repr(C)]
pub struct gvr_mat4f { pub m: [[f32; 4]; 4], }

A floating point 4x4 matrix.

Fields

Trait Implementations

impl Debug for gvr_mat4f
[src]

Formats the value using the given formatter.

impl Copy for gvr_mat4f
[src]

impl Clone for gvr_mat4f
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more