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

Invoke.AlignSegment

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AlignSegment
(
	Avl.Segment2D inSegment,
	Avl.CoordinateSystem2D inAlignment,
	bool inInverse,
	out Avl.Segment2D outAlignedSegment
)

Parameters

Name Type Range Default Description
inSegmentAvl.Segment2D
inAlignmentAvl.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedSegmentAvl.Segment2D

See also