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

Invoke.AlignCircle

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AlignCircle
(
	Avl.Circle2D inCircle,
	Avl.CoordinateSystem2D inAlignment,
	bool inInverse,
	out Avl.Circle2D outAlignedCircle
)

Parameters

Name Type Range Default Description
inCircleAvl.Circle2D
inAlignmentAvl.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedCircleAvl.Circle2D

See also