You are here: Start » AVL.NET » AVL.TranslatePointArray(AvlNet.Point2D[], AvlNet.Vector2D, bool, AvlNet.Point2D[])

AVL.TranslatePointArray(AvlNet.Point2D[], AvlNet.Vector2D, bool, AvlNet.Point2D[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inPoints
Type: AvlNet.Point2D
inDelta
Type: AvlNet.Vector2D
inInverse
Type: System.Boolean
outPoints
Type: AvlNet.Point2D

See also