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

AVS.AlignCircle Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AlignCircle
(
	AvlNet.Circle2D inCircle,
	AvlNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	out AvlNet.Circle2D outAlignedCircle
)

Parameters

Name Type Range Default Description
inCircleAvlNet.Circle2D
inAlignmentAvlNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedCircleAvlNet.Circle2D

See also