Searched defs:right_ (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dfield_of_view.h19 FieldOfView() : left_(0.0f), right_(0.0f), bottom_(0.0f), top_(0.0f) {}
23 : left_(left), right_(right), bottom_(bottom), top_(top) {}
30 float GetRight() const { return right_; }
36 void SetRight(float right) { right_ = right; }
43 float x_right = std::tan(right_) * z_near;
87 float right_; member in class:android::dvr::FieldOfView

Completed in 85 milliseconds