位置 More...
#include <PointF.h>
Public Member Functions | |
PointF (double x, double y) | |
初期値を指定するときのコンストラクタ | |
double | x (void) const |
x の値を返す | |
double | y (void) const |
y の値を返す | |
void | set_x (double x) |
x の値を登録する | |
void | set_y (double y) |
y の値を登録する | |
bool | operator!= (const PointF &rhs) const |
operator | |
bool | operator== (const PointF &rhs) const |
bool | operator< (const PointF &rhs) const |
operator | |
PointF & | operator+= (const PointF &rhs) |
operator | |
const PointF | operator+ (const PointF &rhs) const |
operator | |
PointF & | operator-= (const PointF &rhs) |
operator | |
const PointF | operator- (const PointF &rhs) const |
operator | |
PointF & | operator*= (const double rhs) |
operator | |
const PointF | operator* (const double rhs) |
operator | |
位置