Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 2D Constructions » VectorBetweenPoints

VectorBetweenPoints


Computes a vector representing distance from one point to another.

Syntax

C++
C#
 
void avl::VectorBetweenPoints
(
	const avl::Point2D& inFrom,
	const avl::Point2D& inTo,
	avl::Vector2D& outVector
)

Parameters

Name Type Default Description
inFrom const Point2D&
inTo const Point2D&
outVector Vector2D&

Examples

VectorBetweenPoints performed on two points.