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

矩形 More...

#include <RectF.h>

Public Member Functions

 RectF (double x, double y, double width, double height)
 初期値を指定するときのコンストラクタ
 
 RectF (const PointF &point, const SizeF &size)
 
double x (void) const
 x の値を返す
 
double y (void) const
 y の値を返す
 
double width (void) const
 width の値を返す
 
double height (void) const
 height の値を返す
 
PointF point (void) const
 
SizeF size (void) const
 
void set_x (double x)
 x の値を登録する
 
void set_y (double y)
 y の値を登録する
 
void set_width (double width)
 width の値を登録する
 
void set_height (double height)
 height の値を登録する
 

Detailed Description

矩形

Examples:
Main_window.cpp.

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