webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <angletypes.h>
Public Member Functions | |
Box () | |
Box (int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) | |
Box (const Offset &offset, const Extents &size) | |
bool | operator== (const Box &other) const |
bool | operator!= (const Box &other) const |
Public Attributes | |
int | x |
int | y |
int | z |
int | width |
int | height |
int | depth |
|
inline |
|
inline |
bool gl::Box::operator!= | ( | const Box & | other | ) | const |
bool gl::Box::operator== | ( | const Box & | other | ) | const |
int gl::Box::depth |
int gl::Box::height |
int gl::Box::width |
int gl::Box::x |
int gl::Box::y |
int gl::Box::z |