You are here: Start » AVL.NET » AVS.TranslatePointArray Method

AVS.TranslatePointArray Method

Translates an array of points by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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