Home |All Classes |Grouped Classes |Index |Search

Class CL_Pointd

2D (x,y) double floating point point structure. More...

Derived from:

None

Derived by:

None

Group:

Math (Core)

#include <ClanLib/core.h>

Class Members:

CL_Pointd

Constructs a point.

rotate

Return a rotated version of this point.

distance

Return the distance to another point.

operator+=

Translate point.

operator-=

Translate point negatively.

operator+

Point + Point operator.

operator-

Point - Point operator.

operator==

Point == Point operator (deep compare).

operator!=

Point != Point operator (deep compare).