You are here: Start » AVL.NET » Invoke.TranslateCoordinateSystem

Invoke.TranslateCoordinateSystem

Translates a coordinate system by a vector.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TranslateCoordinateSystem
(
	Avl.CoordinateSystem2D inCoordinateSystem,
	Avl.Vector2D inDelta,
	bool inInverse,
	out Avl.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inCoordinateSystemAvl.CoordinateSystem2D
inDeltaAvl.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outCoordinateSystemAvl.CoordinateSystem2D

See also