Back to Aurora Vision Library Lite website

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

VectorBetweenPoints


Header: AVL.h
Namespace: avl

Computes a vector representing distance from one point to another.

Syntax

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

Parameters

Name Type Default Description
Input value inFrom const Point2D&
Input value inTo const Point2D&
Output value outVector Vector2D&

Examples

VectorBetweenPoints performed on two points.