直線 [詳解]
#include "geo.hpp"
公開メンバ関数 | |
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 |
公開変数類 | |
Point | a |
Point | b |
フレンド | |
istream & | operator>> (istream &is, Line &l) |
|
default |
直線 Ax+By=C を定義する
参照先 a, Geometry::almostEqual(), b, Geometry::Point::Point().
|
inline |
参照先 a, b, Geometry::Point::operator==().