#include <FloatPoint.h>
Public Member Functions | |
| FloatPoint () | |
| FloatPoint (float x, float y) | |
| FloatPoint (const IntPoint &) | |
| float | x () const |
| float | y () const |
| void | setX (float x) |
| void | setY (float y) |
| void | move (float dx, float dy) |
| FloatPoint | matrixTransform (const AffineTransform &) const |
Static Public Member Functions | |
| static FloatPoint | narrowPrecision (double x, double y) |
| WebCore::FloatPoint::FloatPoint | ( | ) | [inline] |
| WebCore::FloatPoint::FloatPoint | ( | float | x, | |
| float | y | |||
| ) | [inline] |
| WebCore::FloatPoint::FloatPoint | ( | const IntPoint & | p | ) |
| FloatPoint WebCore::FloatPoint::narrowPrecision | ( | double | x, | |
| double | y | |||
| ) | [static] |
| float WebCore::FloatPoint::x | ( | ) | const [inline] |
| float WebCore::FloatPoint::y | ( | ) | const [inline] |
| void WebCore::FloatPoint::setX | ( | float | x | ) | [inline] |
| void WebCore::FloatPoint::setY | ( | float | y | ) | [inline] |
| void WebCore::FloatPoint::move | ( | float | dx, | |
| float | dy | |||
| ) | [inline] |
| FloatPoint WebCore::FloatPoint::matrixTransform | ( | const AffineTransform & | transform | ) | const |