You are here: Start » AVL.NET » AVL.CreateCoordinateSystemFromSegment(AvlNet.Segment2D, float, float, float, float, AvlNet.CoordinateSystem2D)

AVL.CreateCoordinateSystemFromSegment(AvlNet.Segment2D, float, float, float, float, AvlNet.CoordinateSystem2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateCoordinateSystemFromSegment(
	AvlNet.Segment2D inSegment,
	float inPointAnchor,
	float inRelativeAngle,
	float inScale,
	float inScaleDivisor,
	out AvlNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

inSegment
Type: AvlNet.Segment2D
inPointAnchor
Type: System.Single
inRelativeAngle
Type: System.Single
inScale
Type: System.Single
inScaleDivisor
Type: System.Single
outCoordinateSystem
Type: AvlNet.CoordinateSystem2D

Remarks

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

See also