線分 [詳解]
#include "geo.hpp"
公開メンバ関数 | |
Segment ()=default | |
Line ()=default | |
Line (const Point &_a, const Point &_b) | |
Line (const Real &A, const Real &B, const Real &C) | |
直線 Ax+By=C を定義する | |
![]() | |
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 |
|
default |
|
default |