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

AVS.TranslatePoint Method

Translates a point by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslatePoint
(
	AvlNet.Point2D inPoint,
	AvlNet.Vector2D inDelta,
	bool inInverse,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point2D
inDeltaAvlNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPointAvlNet.Point2D

See also