趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
hrk::PointF Class Reference

位置 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
 
PointFoperator+= (const PointF &rhs)
 operator
 
const PointF operator+ (const PointF &rhs) const
 operator
 
PointFoperator-= (const PointF &rhs)
 operator
 
const PointF operator- (const PointF &rhs) const
 operator
 
PointFoperator*= (const double rhs)
 operator
 
const PointF operator* (const double rhs)
 operator
 

Detailed Description

位置

Examples:
back_circle.cpp, dock.cpp, follow_circle.cpp, image_surface_example.cpp, Main_window.cpp, path_follow.cpp, text_surface_example.cpp, and toggle_screen_example.cpp.

The documentation for this class was generated from the following files: