You are here: Start » AVL.NET » AVL.VectorBetweenPoints(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Vector2D)

AVL.VectorBetweenPoints(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Vector2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inFrom
Type: AvlNet.Point2D
inTo
Type: AvlNet.Point2D
outVector
Type: AvlNet.Vector2D

Examples

VectorBetweenPoints performed on two points.

See also