Kyopro Library
 
読み取り中…
検索中…
一致する文字列を見つけられません
Geometry::Circle 構造体

[詳解]

#include "geo.hpp"

公開メンバ関数

 Circle ()=default
 
 Circle (Real x, Real y, Real r)
 
 Circle (Point _center, Real r)
 
bool operator== (const Circle &C) const
 

公開変数類

Point center
 中心
 
Real r
 半径
 

フレンド

istream & operator>> (istream &is, Circle &C)
 

詳解

geo.hpp82 行目に定義があります。

構築子と解体子

◆ Circle() [1/3]

Geometry::Circle::Circle ( )
default

◆ Circle() [2/3]

Geometry::Circle::Circle ( Real x,
Real y,
Real r )
inline

geo.hpp87 行目に定義があります。

参照先 center, Geometry::Point::Point(), r.

◆ Circle() [3/3]

Geometry::Circle::Circle ( Point _center,
Real r )
inline

geo.hpp88 行目に定義があります。

参照先 center, r.

関数詳解

◆ operator==()

bool Geometry::Circle::operator== ( const Circle & C) const
inline

geo.hpp90 行目に定義があります。

参照先 center, Geometry::Point::operator==(), r.

フレンドと関連関数の詳解

◆ operator>>

istream & operator>> ( istream & is,
Circle & C )
friend

geo.hpp91 行目に定義があります。

参照先 center, r.

メンバ詳解

◆ center

Point Geometry::Circle::center

中心

geo.hpp83 行目に定義があります。

◆ r

Real Geometry::Circle::r

半径

geo.hpp84 行目に定義があります。


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