Struct gvr_sys::gvr_mat4f [] [src]

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

A floating point 4x4 matrix stored in row-major form. It needs to be transposed before being used with OpenGL.

Fields

Trait Implementations

impl Debug for gvr_mat4f
[src]

[src]

Formats the value using the given formatter.

impl Copy for gvr_mat4f
[src]

impl Clone for gvr_mat4f
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more