webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
gl::Box Struct Reference

#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
 

Constructor & Destructor Documentation

◆ Box() [1/3]

gl::Box::Box ( )
inline

◆ Box() [2/3]

gl::Box::Box ( int  x_in,
int  y_in,
int  z_in,
int  width_in,
int  height_in,
int  depth_in 
)
inline

◆ Box() [3/3]

gl::Box::Box ( const Offset offset,
const Extents size 
)
inline

Member Function Documentation

◆ operator!=()

bool gl::Box::operator!= ( const Box other) const

◆ operator==()

bool gl::Box::operator== ( const Box other) const

Member Data Documentation

◆ depth

int gl::Box::depth

◆ height

int gl::Box::height

◆ width

int gl::Box::width

◆ x

int gl::Box::x

◆ y

int gl::Box::y

◆ z

int gl::Box::z

The documentation for this struct was generated from the following files: