You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Constructions » FIL.VectorBetweenPoints

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
inFromFilNet.Point2D
inToFilNet.Point2D
outVectorFilNet.Vector2D

Examples

VectorBetweenPoints performed on two points.

See also