You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » AVL.TranslatePointArray

AVL.TranslatePointArray

Translates an array of points by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TranslatePointArray
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Vector2D inDelta,
	bool inInverse,
	IList<AvlNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inDeltaAvlNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPointsSystem.Collections.Generic.IList<AvlNet.Point2D>

See also