|
| enum | Side { LEFT = 0,
RIGHT = 1,
TOP = 2,
BOTTOM = 3
} |
| |
|
typedef Rect | type |
| |
|
typedef Scalar | value_type |
| |
|
|
value_type & | operator[] (Side s) |
| | Access by side.
|
| |
|
value_type | operator[] (Side s) const |
| |
|
type & | operator() (Side s, value_type v) |
| | Chained function call operator for setting sides.
|
| |
|
type & | operator*= (Scalar v) |
| | Componentwise multiplication by scalar.
|
| |
template<typename Scalar = double>
class osvr::util::Rect< Scalar >
Definition at line 39 of file Rect.h.
The documentation for this class was generated from the following file: