You are here: Start » AVL.NET » AVL.CreateCoordinateSystemFromRectangle(AvlNet.Rectangle2D, float, float, float, AvlNet.CoordinateSystem2D)

AVL.CreateCoordinateSystemFromRectangle(AvlNet.Rectangle2D, float, float, float, AvlNet.CoordinateSystem2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateCoordinateSystemFromRectangle(
	AvlNet.Rectangle2D inRectangle,
	float inRelativeAngle,
	float inScale,
	float inScaleDivisor,
	out AvlNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

inRectangle
Type: AvlNet.Rectangle2D
inRelativeAngle
Type: System.Single
inScale
Type: System.Single
inScaleDivisor
Type: System.Single
outCoordinateSystem
Type: AvlNet.CoordinateSystem2D

Examples

A local coordinate system created from a rectangle.

Remarks

Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.

See also