You are here: Start » AVL.NET » AVL.VectorBetweenPoints Method
AVL.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 | |
|---|---|---|---|---|---|
![]() | inFrom | AvlNet.Point2D | |||
![]() | inTo | AvlNet.Point2D | |||
![]() | outVector | AvlNet.Vector2D |
Examples
![]() |
![]() |
VectorBetweenPoints performed on two points.




