Searched refs:bottom_ (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()31 float GetBottom() const { return bottom_; } in GetBottom()37 void SetBottom(float bottom) { bottom_ = bottom; } in SetBottom()44 float y_bottom = -std::tan(bottom_) * z_near; in GetProjectionMatrix()88 float bottom_; variable