You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inFrom | Avl.Point2D | |||
![]()  | inTo | Avl.Point2D | |||
![]()  | outVector | Avl.Vector2D | 


