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

AVL.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

Remarks

Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.

See also