Struct gvr_sys::gvr_vec3f [] [src]

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

A floating point 3D vector.

Fields

Trait Implementations

impl Debug for gvr_vec3f
[src]

[src]

Formats the value using the given formatter.

impl Copy for gvr_vec3f
[src]

impl Clone for gvr_vec3f
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more