API Reference > OdGe Classes > OdGeLineSeg2d Class > OdGeLineSeg2d Constructor > OdGeLineSeg2d::OdGeLineSeg2d Constructor (OdGePoint2d&, OdGeVector2d&)
OdGeLineSeg2d::OdGeLineSeg2d Constructor (OdGePoint2d&, OdGeVector2d&)
Syntax
C++
OdGeLineSeg2d(const OdGePoint2d& point, const OdGeVector2d& vect);
Parameters 
Description 
const OdGePoint2d& point 
[in] A 2D point that represents a start of a segment.  
const OdGeVector2d& vect 
[in] Defines the direction of the line and the second point of the line. 

Constructor for the OdGeLineSeg2d class. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.