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

AVL.VectorBetweenPoints

Computes a vector representing distance from one point to another.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void VectorBetweenPoints
(
	AvlNet.Point2D inFrom,
	AvlNet.Point2D inTo,
	out AvlNet.Vector2D outVector
)

Parameters

Name Type Range Default Description
inFromAvlNet.Point2D
inToAvlNet.Point2D
outVectorAvlNet.Vector2D

Examples

VectorBetweenPoints performed on two points.

See also