You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Constructions » FIL.VectorBetweenPoints
Computes a vector representing distance from one point to another.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void VectorBetweenPoints ( FilNet.Point2D inFrom, FilNet.Point2D inTo, out FilNet.Vector2D outVector )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFrom | FilNet.Point2D | |||
![]() | inTo | FilNet.Point2D | |||
![]() | outVector | FilNet.Vector2D |
Examples
![]() |
![]() |
VectorBetweenPoints performed on two points.