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

AVL.TranslatePointArray Method

Translates an array of points by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslatePointArray(
	AvlNet.Point2D[] inPoints,
	AvlNet.Vector2D inDelta,
	bool inInverse,
	out AvlNet.Point2D[] outPoints
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D
inDeltaAvlNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPointsAvlNet.Point2D

See also