You are here: Start » AVL.NET » AVL.TranslatePoint_Toward(AvlNet.Point2D, AvlNet.Point2D, float, bool, AvlNet.Point2D)

AVL.TranslatePoint_Toward(AvlNet.Point2D, AvlNet.Point2D, float, bool, AvlNet.Point2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void TranslatePoint_Toward(
	AvlNet.Point2D inPoint,
	AvlNet.Point2D inTargetPoint,
	float inDistance,
	bool inInverse,
	out AvlNet.Point2D outPoint
)

Parameters

inPoint
Type: AvlNet.Point2D
inTargetPoint
Type: AvlNet.Point2D
inDistance
Type: System.Single
inInverse
Type: System.Boolean
outPoint
Type: AvlNet.Point2D

See also