Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Distance Metrics » PointToPointDistance
Measures the distance between two points.
Syntax
C++
C#
void avl::PointToPointDistance ( const avl::Point2D& inPoint1, const avl::Point2D& inPoint2, atl::real inResolution, atl::real& outDistance, atl::Optional<avl::Segment2D&> outConnectingSegment = atl::NIL )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inPoint1 | const Point2D& | |||
![]() |
inPoint2 | const Point2D& | |||
![]() |
inResolution | real | 0.0 - ![]() |
1.0f | Number of real-world units per one pixel |
![]() |
outDistance | real& | |||
![]() |
outConnectingSegment | Optional<Segment2D&> | NIL |
Examples
![]() |
![]() |
PointToPointDistance performed on two sample points. The green segment is the value of outConnectingSegment output.





