Classes | Typedefs | Functions | Variables

view Namespace Reference

Classes

struct  render_info_t
class  Host
 If you are creating viewports, you'll need an object that supports this interface to handle the per-viewport callbacks for display. More...
class  Manager
 This object will let you create/destroy viewports as needed. More...

Typedefs

typedef rect2d_t< float > rectf_t
typedef std::vector
< viewport_record_t > 
view_vec_t
typedef rect2d_t< int > recti_t

Functions

static void getPixelRectFromNormalized (IN int width, IN int height, IN const rectf_t &rf, OUT recti_t &ri)

Variables

static const float s_epsilon = 1.0e-8

Typedef Documentation

typedef rect2d_t<float> view::rectf_t

Definition at line 44 of file viewport.cpp.

typedef std::vector<viewport_record_t> view::view_vec_t

Definition at line 68 of file viewport.cpp.


Function Documentation

static void view::getPixelRectFromNormalized ( IN int  width,
IN int  height,
IN const rectf_t &  rf,
OUT recti_t &  ri 
) [static]

Definition at line 83 of file viewport.cpp.


Variable Documentation

const float view::s_epsilon = 1.0e-8 [static]

Definition at line 72 of file viewport.cpp.