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

AVS.AlignPoint Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AlignPoint
(
	AvlNet.Point2D inPoint,
	AvlNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	out AvlNet.Point2D outAlignedPoint
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point2D
inAlignmentAvlNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPointAvlNet.Point2D

See also