You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Constructions » 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 | |
---|---|---|---|---|---|
![]() | inPoint1 | FilNet.Point2D | |||
![]() | inPoint2 | FilNet.Point2D | |||
![]() | inAngle | float | |||
![]() | inScale | float | <0.001f, INF> | 1.0f | Default value: 1.0f. |
![]() | inScaleDivisor | float | <0.001f, INF> | 1.0f | Default value: 1.0f. |
![]() | outCoordinateSystem | FilNet.CoordinateSystem2D |
Remarks
Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.