Method |
Description |
---|
AcGeLine2d::AcGeLine2d () |
Default constructor. Constructs an unbounded line that is coincident with the X axis. |
AcGeLine2d::AcGeLine2d (AcGeLine2d&) |
Constructs an unbounded 2D line that is a copy of the input line. |
AcGeLine2d::AcGeLine2d (AcGePoint2d&, AcGePoint2d&) |
Constructs an unbounded line that passes through pnt1 and pnt2. pnt1 and pnt2 must not be the same point. |
AcGeLine2d::AcGeLine2d (AcGePoint2d&, AcGeVector2d&) |
Constructs an unbounded line that passes through pnt and has a direction of vec. vec must not be a zero-length vector. |