Defines typed quantity Constructors distinguised by whole pixels, or floating fraction in interval [0,1]. More...
#include <display.h>
Public Member Functions | |
Attach () | |
Attach (Unit unit, GLfloat p) | |
Attach (GLfloat p) | |
Static Public Member Functions | |
static Attach | Frac (float frac) |
static Attach | Pix (int p) |
static Attach | ReversePix (int p) |
Public Attributes | |
GLfloat | p |
Unit | unit |
Defines typed quantity Constructors distinguised by whole pixels, or floating fraction in interval [0,1].
pangolin::Attach::Attach | ( | ) | [inline] |
pangolin::Attach::Attach | ( | Unit | unit, |
GLfloat | p | ||
) | [inline] |
pangolin::Attach::Attach | ( | GLfloat | p | ) | [inline] |
static Attach pangolin::Attach::Frac | ( | float | frac | ) | [inline, static] |
static Attach pangolin::Attach::Pix | ( | int | p | ) | [inline, static] |
static Attach pangolin::Attach::ReversePix | ( | int | p | ) | [inline, static] |
GLfloat pangolin::Attach::p |