Searched refs:right_ (Results 1 – 1 of 1) sorted by relevance
19 FieldOfView() : left_(0.0f), right_(0.0f), bottom_(0.0f), top_(0.0f) {} in FieldOfView()23 : left_(left), right_(right), bottom_(bottom), top_(top) {} in FieldOfView()30 float GetRight() const { return right_; } in GetRight()36 void SetRight(float right) { right_ = right; } in SetRight()43 float x_right = std::tan(right_) * z_near; in GetProjectionMatrix()87 float right_; variable