You are here: Start » FIL.NET » Invoke.VectorBetweenPoints
Computes a vector representing distance from one point to another.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void VectorBetweenPoints ( Fil.Point2D inFrom, Fil.Point2D inTo, out Fil.Vector2D outVector )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFrom | Fil.Point2D | |||
![]() | inTo | Fil.Point2D | |||
![]() | outVector | Fil.Vector2D |


