You are here: Start » AVL.NET » Invoke.VectorBetweenPoints

Invoke.VectorBetweenPoints

Computes a vector representing distance from one point to another.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inFromAvl.Point2D
inToAvl.Point2D
outVectorAvl.Vector2D

See also