Searched refs:FieldOfView (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | field_of_view.h | 15 class FieldOfView { 19 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 26 : FieldOfView(fov[0], fov[1], fov[2], fov[3]) {} in FieldOfView() 71 static FieldOfView FromProjectionMatrix( in FromProjectionMatrix() 81 return FieldOfView(std::atan(-l), std::atan(r), std::atan(-b), in FromProjectionMatrix()
|
D | log_helpers.h | 54 inline std::ostream& operator<<(std::ostream& out, const FieldOfView& fov) {
|