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

FIL.CreateCoordinateSystemFromVector

Creates a coordinate system from a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void CreateCoordinateSystemFromVector
(
	FilNet.Vector2D inVector,
	float inAngle,
	float inScale,
	float inScaleDivisor,
	out FilNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inVectorFilNet.Vector2D
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