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

AVL.TranslatePoint(AvlNet.Point2D, AvlNet.Vector2D, bool, AvlNet.Point2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inPoint
Type: AvlNet.Point2D
inDelta
Type: AvlNet.Vector2D
inInverse
Type: System.Boolean
outPoint
Type: AvlNet.Point2D

Examples

TranslatePoint performed on the sample point, inDelta = (80.0, 120.0) and inInverse = False.

See also