You are here: Start » AVL.NET » AVL.AlignCoordinateSystem

AVL.AlignCoordinateSystem

Moves a nested coordinate system from its local coordinate system to the absolute one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void AlignCoordinateSystem
(
	AvlNet.CoordinateSystem2D inCoordinateSystem,
	AvlNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	out AvlNet.CoordinateSystem2D outAlignedCoordinateSystem
)

Parameters

Name Type Range Default Description
inCoordinateSystemAvlNet.CoordinateSystem2D
inAlignmentAvlNet.CoordinateSystem2D
inInverseboolSwitches to the inverse operation.
outAlignedCoordinateSystemAvlNet.CoordinateSystem2D

Remarks

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

See also