Struct rust_webvr_api::vr_frame_data::VRFrameData [] [src]

pub struct VRFrameData {
    pub timestamp: f64,
    pub left_projection_matrix: [f32; 16],
    pub left_view_matrix: [f32; 16],
    pub right_projection_matrix: [f32; 16],
    pub right_view_matrix: [f32; 16],
    pub pose: VRPose,
}

Fields

Methods

impl VRFrameData
[src]

[src]

[src]

Trait Implementations

impl Debug for VRFrameData
[src]

[src]

Formats the value using the given formatter.

impl Clone for VRFrameData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VRFrameData
[src]

[src]

Returns the "default value" for a type. Read more