You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Constructions » FIL.CreateCoordinateSystemFromTwoPoints

FIL.CreateCoordinateSystemFromTwoPoints

Creates a coordinate system with two points on its axes.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void CreateCoordinateSystemFromTwoPoints
(
	FilNet.Point2D inPoint1,
	FilNet.Point2D inPoint2,
	float inAngle,
	float inScale,
	float inScaleDivisor,
	out FilNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inPoint1FilNet.Point2D
inPoint2FilNet.Point2D
inAnglefloat
inScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
inScaleDivisorfloat<0.001f, INF>1.0fDefault value: 1.0f.
outCoordinateSystemFilNet.CoordinateSystem2D

Remarks

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

See also