You are here: Start » AVL.NET » AVS.VectorBetweenPoints Method

AVS.VectorBetweenPoints Method

Computes a vector representing distance from one point to another.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

See also