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

AVS.TranslateCoordinateSystem Method

Translates a coordinate system by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslateCoordinateSystem
(
	AvlNet.CoordinateSystem2D inCoordinateSystem,
	AvlNet.Vector2D inDelta,
	bool inInverse,
	out AvlNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inCoordinateSystemAvlNet.CoordinateSystem2D
inDeltaAvlNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outCoordinateSystemAvlNet.CoordinateSystem2D

See also