You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.TranslatePoint_Toward

FIL.TranslatePoint_Toward

Translates a point towards another point by a specified distance.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TranslatePoint_Toward
(
	FilNet.Point2D inPoint,
	FilNet.Point2D inTargetPoint,
	float inDistance,
	bool inInverse,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inTargetPointFilNet.Point2DDefines the direction of the translation.
inDistancefloatThe distance between inPoint and outPoint.
inInverseboolSwitches to the inverse operation.
outPointFilNet.Point2D

See also