Castor3D 0.16.0
Multiplatform 3D engine
|
Classes | |
class | castor::Glyph |
Namespaces | |
namespace | castor |
Functions | |
bool | castor::operator== (Glyph const &lhs, Glyph const &rhs) |
Equality comparison operator. | |
bool | castor::operator!= (Glyph const &lhs, Glyph const &rhs) |
Difference comparison operator. | |
bool | castor::operator< (Glyph const &lhs, Glyph const &rhs) |
Less than comparison operator. | |
bool | castor::operator> (Glyph const &lhs, Glyph const &rhs) |
Greater than comparison operator. | |
bool | castor::operator<= (Glyph const &lhs, Glyph const &rhs) |
Less than or equal to comparison operator. | |
bool | castor::operator>= (Glyph const &lhs, Glyph const &rhs) |
Greater than or equal to comparison operator. | |