Struct gvr_sys::gvr_vec2f [] [src]

#[repr(C)]
pub struct gvr_vec2f { pub x: f32, pub y: f32, }

A floating point 2D vector.

Fields

Trait Implementations

impl Debug for gvr_vec2f
[src]

Formats the value using the given formatter.

impl Copy for gvr_vec2f
[src]

impl Clone for gvr_vec2f
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more