API Reference > OdGe Classes > OdGeLineSeg2d Class > OdGeLineSeg2d Methods > OdGeLineSeg2d::baryComb Method
OdGeLineSeg2d::baryComb Method
Syntax
C++
OdGePoint2d baryComb(double blendCoeff) const;
Parameters 
Description 
double blendCoeff 
[in] Blend coefficient. 

Returns the weighted average of the start point and end point of this line segment. 

 

blendCoeff 
Returns 
start point 
end point 
0 to 1 
point on this line segment 
< 0 or > 1 
point not on this line segment, but colinear with it. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.