Home |All Classes |Grouped Classes |Index |Search

Class CL_Sized

2D (width,height) double floating point size structure. More...

Derived from:

None

Derived by:

None

Group:

Math (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_Sized

Constructs a size structure.


Operations:

operator+=

Size += Size operator.

operator-=

Size -= Size operator.

operator+

Size + Size operator.

operator-

Size - Size operator.

operator==

Size == Size operator (deep compare).

operator!=

Size != Size operator (deep compare).


Attributes:

width

Size width.

height

Size height.