You are here: Start » AVL.NET » AVL.AlignCircle(AvlNet.Circle2D, AvlNet.CoordinateSystem2D, bool, AvlNet.Circle2D)

AVL.AlignCircle(AvlNet.Circle2D, AvlNet.CoordinateSystem2D, bool, AvlNet.Circle2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inCircle
Type: AvlNet.Circle2D
inAlignment
Type: AvlNet.CoordinateSystem2D
inInverse
Type: System.Boolean
outCircle
Type: AvlNet.Circle2D

Description

AlignCircle aligns the inCircle to the inAlignment coordinate system. The input circle is translated, rotated and scaled.

The inAlignment is usually a coordinate system found by some template matching algorithm.

Examples

AlignCircle performed on the sample circle. The inAlignment is drawn on the first image in blue.

See also