typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
読み取り中…
検索中…
一致する文字列を見つけられません
typeset::Rect 構造体

#include <typeset/geom.hpp>

公開メンバ関数

Pt right () const
 
Pt bottom () const
 
bool empty () const
 
bool contains (Point p) const
 
Rect intersect (const Rect &o) const
 
Rect unite (const Rect &o) const
 

公開変数類

Pt x = 0.0f
 
Pt y = 0.0f
 
Pt w = 0.0f
 
Pt h = 0.0f
 

詳解

geom.hpp33 行目に定義があります。

関数詳解

◆ right()

Pt typeset::Rect::right ( ) const
inline

geom.hpp39 行目に定義があります。

参照先 w, x.

参照元 contains().

◆ bottom()

Pt typeset::Rect::bottom ( ) const
inline

geom.hpp40 行目に定義があります。

参照先 h, y.

参照元 contains().

◆ empty()

bool typeset::Rect::empty ( ) const
inline

geom.hpp41 行目に定義があります。

参照先 h, w.

◆ contains()

bool typeset::Rect::contains ( Point  p) const
inline

geom.hpp42 行目に定義があります。

参照先 bottom(), right(), typeset::Point::x, x, typeset::Point::y, y.

◆ intersect()

Rect typeset::Rect::intersect ( const Rect o) const

◆ unite()

Rect typeset::Rect::unite ( const Rect o) const

メンバ詳解

◆ x

Pt typeset::Rect::x = 0.0f

geom.hpp34 行目に定義があります。

参照元 contains(), right().

◆ y

Pt typeset::Rect::y = 0.0f

geom.hpp35 行目に定義があります。

参照元 bottom(), contains().

◆ w

Pt typeset::Rect::w = 0.0f

◆ h

Pt typeset::Rect::h = 0.0f

この構造体詳解は次のファイルから抽出されました: