Back to Adaptive Vision Library Lite website
You are here: Start » Geometry 2D Features » SegmentCenter
SegmentCenter
Computes the center point of a segment.
Syntax
void avl::SegmentCenter ( const avl::Segment2D& inSegment, avl::Point2D& outCenterPoint )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment | const Segment2D& | ||
![]() |
outCenterPoint | Point2D& |
Examples
![]() |
SegmentCenter performed on a segment with parameters: X1 = 50, Y1 = 50, X2 = 300, Y2 = 300.



