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

線分 [詳解]

#include "geo.hpp"

Geometry::Segment の継承関係図
Geometry::Line

公開メンバ関数

 Segment ()=default
 
 Line ()=default
 
 Line (const Point &_a, const Point &_b)
 
 Line (const Real &A, const Real &B, const Real &C)
 直線 Ax+By=C を定義する
 
- 基底クラス Geometry::Line に属する継承公開メンバ関数
 Line ()=default
 
 Line (const Point &_a, const Point &_b)
 
 Line (const Real &A, const Real &B, const Real &C)
 直線 Ax+By=C を定義する
 
bool operator== (const Line &l) const
 

その他の継承メンバ

- 基底クラス Geometry::Line に属する継承公開変数類
Point a
 
Point b
 

詳解

線分

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

構築子と解体子

◆ Segment()

Geometry::Segment::Segment ( )
default

関数詳解

◆ Line() [1/3]

Geometry::Line::Line ( )
default

◆ Line() [2/3]

Geometry::Line::Line ( const Point & _a,
const Point & _b )
inline

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

◆ Line() [3/3]

Geometry::Line::Line ( const Real & A,
const Real & B,
const Real & C )
inline

直線 Ax+By=C を定義する

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


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