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

Invoke.AlignCoordinateSystem

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inCoordinateSystemAvl.CoordinateSystem2D
inAlignmentAvl.CoordinateSystem2D
inInverseboolSwitches to the inverse operation.
outAlignedCoordinateSystemAvl.CoordinateSystem2D

See also