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

Invoke.AlignPoint

Moves a point from a local coordinate system to the absolute one.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AlignPoint
(
	Avl.Point2D inPoint,
	Avl.CoordinateSystem2D inAlignment,
	bool inInverse,
	out Avl.Point2D outAlignedPoint
)

Parameters

Name Type Range Default Description
inPointAvl.Point2D
inAlignmentAvl.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPointAvl.Point2D

See also