Home | All Classes | Grouped Classes | Index | Search

Class CL_Sizef

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

Derived from: none
Derived by: none
Group: Core (Math)

#include <ClanLib/core.h>

Construction:

CL_Sizef

Constructs a size structure.

Attributes:

width

Size width.

height

Size height.

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).

Detailed description:



Questions or comments, write to the
ClanLib mailing list.