Home
last modified time | relevance | path

Searched defs:FieldOfView (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dfield_of_view.h19 FieldOfView() : left_(0.0f), right_(0.0f), bottom_(0.0f), top_(0.0f) {} in FieldOfView() function
22 FieldOfView(float left, float right, float bottom, float top) in FieldOfView() function
25 explicit FieldOfView(const float* fov) in FieldOfView() function