You are here: Start » AVL.NET » AVL.CreateCoordinateSystemFromTwoPoints(AvlNet.Point2D, AvlNet.Point2D, float, float, float, AvlNet.CoordinateSystem2D)

AVL.CreateCoordinateSystemFromTwoPoints(AvlNet.Point2D, AvlNet.Point2D, float, float, float, AvlNet.CoordinateSystem2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateCoordinateSystemFromTwoPoints(
	AvlNet.Point2D inPoint1,
	AvlNet.Point2D inPoint2,
	float inAngle,
	float inScale,
	float inScaleDivisor,
	out AvlNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

inPoint1
Type: AvlNet.Point2D
inPoint2
Type: AvlNet.Point2D
inAngle
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