C++
GE_DLLEXPIMPORT AcGeLineSeg2d( const AcGePoint2d& pnt, const AcGeVector2d& vec );
Description
Constructs a line segment whose start point is pnt and whose endpoint is pnt+vec. vec must not be a zero-length vector.
Parameters
| Parameters | Description |
|---|---|
| pnt | Input start point of line segment |
| vec | Input vector between endpoint and start point of line segment |